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 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 Binary
getDisplayNameMethods inherited from interface BinarySpec
getInputs, getSources, isBuildableMethods inherited from interface Buildable
getBuildDependenciesMethods inherited from interface BuildableComponentSpec
builtBy, getBuildTask, hasBuildDependencies, setBuildTaskMethods inherited from interface CheckableComponentSpec
checkedBy, getCheckTask, setCheckTaskMethods inherited from interface ComponentSpec
getProjectPathMethods inherited from interface JvmBinarySpec
getClassesDir, getResourcesDir, getTargetPlatform, getToolChain, setClassesDir, setResourcesDir, setTargetPlatform, setToolChainMethods inherited from interface 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()
-