Interface JvmTestSuiteSpec
- All Superinterfaces:
ComponentSpec, GeneralComponentSpec, JvmComponentSpec, ModelElement, Named, SourceComponentSpec, TestSuiteSpec, VariantComponent, VariantComponentSpec
- All Known Subinterfaces:
JUnitTestSuiteSpec
Base type for all JVM test suites.
- Since:
- 2.11
-
Nested Class Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionThe set of dependencies applicable to the entire test suite.The tested component.Methods inherited from interface ComponentSpec
getProjectPathMethods inherited from interface ModelElement
getDisplayNameMethods inherited from interface SourceComponentSpec
getSourcesMethods inherited from interface TestSuiteSpec
setTestedComponent, testingMethods inherited from interface VariantComponent
getName, getVariantsMethods inherited from interface VariantComponentSpec
getBinaries
-
Method Details
-
getDependencies
DependencySpecContainer getDependencies()The set of dependencies applicable to the entire test suite. -
getTestedComponent
JvmComponentSpec getTestedComponent()Description copied from interface:TestSuiteSpecThe tested component.- Specified by:
getTestedComponentin interfaceTestSuiteSpec
-