Package org.gradle.testing.base
Interface TestSuiteBinarySpec
- All Superinterfaces:
- Binary,- BinarySpec,- Buildable,- BuildableComponentSpec,- CheckableComponentSpec,- ComponentSpec,- ModelElement,- Named
- All Known Subinterfaces:
- CUnitTestSuiteBinarySpec,- GoogleTestTestSuiteBinarySpec,- NativeTestSuiteBinarySpec
A binary which runs a suite of tests.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionReturns the binary tested by this test suite.Returns the test suite that this binary belongs to.Methods inherited from interface org.gradle.platform.base.BinarygetDisplayNameMethods inherited from interface org.gradle.platform.base.BinarySpecgetInputs, getSources, getTasks, isBuildableMethods inherited from interface org.gradle.api.BuildablegetBuildDependenciesMethods inherited from interface org.gradle.api.BuildableComponentSpecbuiltBy, getBuildTask, hasBuildDependencies, setBuildTaskMethods inherited from interface org.gradle.api.CheckableComponentSpeccheckedBy, getCheckTask, setCheckTaskMethods inherited from interface org.gradle.platform.base.ComponentSpecgetProjectPathMethods inherited from interface org.gradle.model.ModelElementgetDisplayName, getName
- 
Method Details- 
getTestSuiteTestSuiteSpec getTestSuite()Returns the test suite that this binary belongs to.
- 
getTestedBinaryBinarySpec getTestedBinary()Returns the binary tested by this test suite.
 
-