TestSuiteBinarySpec

A binary which runs a suite of tests.

Inheritors

Functions

Link copied to clipboard
abstract fun builtBy(tasks: Array<Any>)
Link copied to clipboard
abstract fun checkedBy(tasks: Array<Any>)
Link copied to clipboard
Link copied to clipboard
abstract fun getBuildTask(): Task
Link copied to clipboard
abstract fun getCheckTask(): Task
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getProjectPath(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getTestedBinary(): BinarySpec
Returns the binary tested by this test suite.
Link copied to clipboard
abstract fun getTestSuite(): TestSuiteSpec
Returns the test suite that this binary belongs to.
Link copied to clipboard
Link copied to clipboard
abstract fun isBuildable(): Boolean
Link copied to clipboard
abstract fun setBuildTask(buildTask: Task)
Link copied to clipboard
abstract fun setCheckTask(checkTask: Task)