Interface CppTestSuite
- All Superinterfaces:
- ComponentWithBinaries,- ComponentWithDependencies,- ComponentWithTargetMachines,- CppComponent,- Named,- SoftwareComponent,- TestSuiteComponent
A C++ test suite.
- Since:
- 4.4
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionProvider<? extends CppTestExecutable> Returns the binary to use as the default to run this test suite.Methods inherited from interface org.gradle.language.ComponentWithDependenciesgetDependenciesMethods inherited from interface org.gradle.language.ComponentWithTargetMachinesgetTargetMachinesMethods inherited from interface org.gradle.language.cpp.CppComponentgetBaseName, getBinaries, getCppSource, getHeaderFiles, getImplementationDependencies, getPrivateHeaderDirs, getPrivateHeaders, getSource, privateHeaders, source
- 
Method Details- 
getTestBinaryProvider<? extends CppTestExecutable> getTestBinary()Returns the binary to use as the default to run this test suite.- Specified by:
- getTestBinaryin interface- TestSuiteComponent
 
 
-