Package org.gradle.jvm.test
Interface JvmTestSuiteBinarySpec
- All Superinterfaces:
Binary,BinarySpec,Buildable,BuildableComponentSpec,CheckableComponentSpec,ComponentSpec,JvmBinarySpec,ModelElement,Named,TestSuiteBinarySpec,org.gradle.jvm.internal.WithDependencies
- All Known Subinterfaces:
JUnitTestSuiteBinarySpec
@Incubating
public interface JvmTestSuiteBinarySpec
extends TestSuiteBinarySpec, JvmBinarySpec, org.gradle.jvm.internal.WithDependencies
Base type of JVM test suite binaries.
- Since:
- 2.11
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides direct access to important build tasks of JVM test suites.Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionorg.gradle.jvm.internal.DependencyResolvingClasspathgetTasks()The set of tasks associated with this binary.Returns the binary tested by this test suite.Returns the test suite that this binary belongs to.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.model.ModelElement
getDisplayName, getNameMethods inherited from interface org.gradle.jvm.internal.WithDependencies
getDependencies, setDependencies
-
Method Details
-
getTestSuite
JvmTestSuiteSpec getTestSuite()Description copied from interface:TestSuiteBinarySpecReturns the test suite that this binary belongs to.- Specified by:
getTestSuitein interfaceTestSuiteBinarySpec
-
getTestedBinary
JvmBinarySpec getTestedBinary()Description copied from interface:TestSuiteBinarySpecReturns the binary tested by this test suite.- Specified by:
getTestedBinaryin interfaceTestSuiteBinarySpec
-
getTasks
JvmTestSuiteBinarySpec.JvmTestSuiteTasks getTasks()Description copied from interface:BinarySpecThe set of tasks associated with this binary.- Specified by:
getTasksin interfaceBinarySpec
-
getRuntimeClasspath
org.gradle.jvm.internal.DependencyResolvingClasspath getRuntimeClasspath()
-