-
- All Superinterfaces:
- ComponentSpec, GeneralComponentSpec, JvmComponentSpec, JvmTestSuiteSpec, ModelElement, Named, SourceComponentSpec, TestSuiteSpec, VariantComponent, VariantComponentSpec
@Incubating public interface JUnitTestSuiteSpec extends JvmTestSuiteSpec
Represents a JUnit test suite.
- Since:
- 2.11
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
-
Method Summary
Methods Modifier and Type Method and Description StringgetjUnitVersion()voidsetjUnitVersion(String junitVersion)-
Methods inherited from interface org.gradle.jvm.test.JvmTestSuiteSpec
getDependencies, getTestedComponent
-
Methods inherited from interface org.gradle.testing.base.TestSuiteSpec
setTestedComponent, testing
-
Methods inherited from interface org.gradle.platform.base.SourceComponentSpec
getSources
-
Methods inherited from interface org.gradle.platform.base.VariantComponentSpec
getBinaries
-
Methods inherited from interface org.gradle.platform.base.ComponentSpec
getProjectPath
-
Methods inherited from interface org.gradle.platform.base.VariantComponent
getName, getVariants
-
Methods inherited from interface org.gradle.model.ModelElement
getDisplayName
-
-