Interface TestSuiteBinarySpec
- All Superinterfaces:
Binary, BinarySpec, Buildable, BuildableComponentSpec, CheckableComponentSpec, ComponentSpec, ModelElement, Named
- All Known Subinterfaces:
CUnitTestSuiteBinarySpec, GoogleTestTestSuiteBinarySpec, JUnitTestSuiteBinarySpec, JvmTestSuiteBinarySpec, NativeTestSuiteBinarySpec
A binary which runs a suite of tests.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionReturns the binary tested by this test suite.Returns the test suite that this binary belongs to.Methods inherited from interface Binary
getDisplayNameMethods inherited from interface BinarySpec
getInputs, getSources, getTasks, isBuildableMethods inherited from interface Buildable
getBuildDependenciesMethods inherited from interface BuildableComponentSpec
builtBy, getBuildTask, hasBuildDependencies, setBuildTaskMethods inherited from interface CheckableComponentSpec
checkedBy, getCheckTask, setCheckTaskMethods inherited from interface ComponentSpec
getProjectPathMethods inherited from interface ModelElement
getDisplayName, getName
-
Method Details
-
getTestSuite
TestSuiteSpec getTestSuite()Returns the test suite that this binary belongs to. -
getTestedBinary
BinarySpec getTestedBinary()Returns the binary tested by this test suite.
-