Package org.gradle.jvm.test
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 org.gradle.api.Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionThe set of dependencies applicable to the entire test suite.The tested component.Methods inherited from interface org.gradle.platform.base.ComponentSpec
getProjectPathMethods inherited from interface org.gradle.model.ModelElement
getDisplayNameMethods inherited from interface org.gradle.platform.base.SourceComponentSpec
getSourcesMethods inherited from interface org.gradle.testing.base.TestSuiteSpec
setTestedComponent, testingMethods inherited from interface org.gradle.platform.base.VariantComponent
getName, getVariantsMethods inherited from interface org.gradle.platform.base.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
-