Interface CUnitTestSuiteBinarySpec
- All Superinterfaces:
Binary, BinarySpec, Buildable, BuildableComponentSpec, CheckableComponentSpec, ComponentSpec, ModelElement, Named, NativeBinarySpec, NativeTestSuiteBinarySpec, TestSuiteBinarySpec
An executable which run a CUnit test suite.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Named
Named.NamerNested classes/interfaces inherited from interface NativeTestSuiteBinarySpec
NativeTestSuiteBinarySpec.TasksCollection -
Method Summary
Modifier and TypeMethodDescriptionThe component that this binary was built from.Returns the test suite that this binary belongs to.Methods inherited from interface Binary
getDisplayNameMethods inherited from interface BinarySpec
getInputs, getSources, 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, getNameMethods inherited from interface NativeBinarySpec
getAssembler, getBuildType, getcCompiler, getCppCompiler, getFlavor, getLibs, getLinker, getObjcCompiler, getObjcppCompiler, getRcCompiler, getStaticLibArchiver, getTargetPlatform, getToolChain, libMethods inherited from interface NativeTestSuiteBinarySpec
getExecutable, getExecutableFile, getInstallation, getTasks, getTestedBinary
-
Method Details
-
getComponent
CUnitTestSuiteSpec getComponent()The component that this binary was built from.- Specified by:
getComponentin interfaceNativeBinarySpec- Specified by:
getComponentin interfaceNativeTestSuiteBinarySpec
-
getTestSuite
CUnitTestSuiteSpec getTestSuite()Returns the test suite that this binary belongs to.- Specified by:
getTestSuitein interfaceNativeTestSuiteBinarySpec- Specified by:
getTestSuitein interfaceTestSuiteBinarySpec
-