Package org.gradle.jvm.test
Interface JUnitTestSuiteBinarySpec
- All Superinterfaces:
Binary,BinarySpec,Buildable,BuildableComponentSpec,CheckableComponentSpec,ComponentSpec,JvmBinarySpec,JvmTestSuiteBinarySpec,ModelElement,Named,TestSuiteBinarySpec,org.gradle.jvm.internal.WithDependencies
Represents a JUnit test suite binary.
- Since:
- 2.11
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.jvm.test.JvmTestSuiteBinarySpec
JvmTestSuiteBinarySpec.JvmTestSuiteTasksNested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionReturns the test suite that this binary belongs to.voidsetjUnitVersion(String version) Methods inherited from interface org.gradle.platform.base.Binary
getDisplayNameMethods inherited from interface org.gradle.platform.base.BinarySpec
getInputs, getSources, isBuildableMethods inherited from interface org.gradle.api.Buildable
getBuildDependenciesMethods inherited from interface org.gradle.api.BuildableComponentSpec
builtBy, getBuildTask, hasBuildDependencies, setBuildTaskMethods inherited from interface org.gradle.api.CheckableComponentSpec
checkedBy, getCheckTask, setCheckTaskMethods inherited from interface org.gradle.platform.base.ComponentSpec
getProjectPathMethods inherited from interface org.gradle.jvm.JvmBinarySpec
getClassesDir, getResourcesDir, getTargetPlatform, getToolChain, setClassesDir, setResourcesDir, setTargetPlatform, setToolChainMethods inherited from interface org.gradle.jvm.test.JvmTestSuiteBinarySpec
getRuntimeClasspath, getTasks, getTestedBinaryMethods inherited from interface org.gradle.model.ModelElement
getDisplayName, getNameMethods inherited from interface org.gradle.jvm.internal.WithDependencies
getDependencies, setDependencies
-
Method Details
-
getTestSuite
JUnitTestSuiteSpec getTestSuite()Description copied from interface:TestSuiteBinarySpecReturns the test suite that this binary belongs to.- Specified by:
getTestSuitein interfaceJvmTestSuiteBinarySpec- Specified by:
getTestSuitein interfaceTestSuiteBinarySpec
-
getjUnitVersion
String getjUnitVersion() -
setjUnitVersion
-