Interface GoogleTestTestSuiteBinarySpec
- All Superinterfaces:
- Binary,- BinarySpec,- Buildable,- BuildableComponentSpec,- CheckableComponentSpec,- ComponentSpec,- ModelElement,- Named,- NativeBinarySpec,- NativeTestSuiteBinarySpec,- TestSuiteBinarySpec
An executable which run a Google Test test suite.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.NamerNested classes/interfaces inherited from interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpecNativeTestSuiteBinarySpec.TasksCollection
- 
Method SummaryModifier and TypeMethodDescriptionThe component that this binary was built from.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, 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, getNameMethods inherited from interface org.gradle.nativeplatform.NativeBinarySpecgetAssembler, getBuildType, getcCompiler, getCppCompiler, getFlavor, getLibs, getLinker, getObjcCompiler, getObjcppCompiler, getRcCompiler, getStaticLibArchiver, getTargetPlatform, getToolChain, libMethods inherited from interface org.gradle.nativeplatform.test.NativeTestSuiteBinarySpecgetExecutable, getExecutableFile, getInstallation, getTasks, getTestedBinary
- 
Method Details- 
getComponentGoogleTestTestSuiteSpec getComponent()The component that this binary was built from.- Specified by:
- getComponentin interface- NativeBinarySpec
- Specified by:
- getComponentin interface- NativeTestSuiteBinarySpec
 
- 
getTestSuiteGoogleTestTestSuiteSpec getTestSuite()Returns the test suite that this binary belongs to.- Specified by:
- getTestSuitein interface- NativeTestSuiteBinarySpec
- Specified by:
- getTestSuitein interface- TestSuiteBinarySpec
 
 
-