Package org.gradle.jvm.test
Interface JvmTestSuiteBinarySpec.JvmTestSuiteTasks
- All Superinterfaces:
BinaryTasksCollection,Collection<Task>,DomainObjectCollection<Task>,DomainObjectSet<Task>,Iterable<Task>,Set<Task>,TestSuiteTaskCollection
- Enclosing interface:
- JvmTestSuiteBinarySpec
Provides direct access to important build tasks of JVM test suites.
-
Method Summary
Methods inherited from interface org.gradle.platform.base.BinaryTasksCollection
create, getBuild, getCheck, taskName, taskNameMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface org.gradle.api.DomainObjectCollection
all, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeMethods inherited from interface org.gradle.api.DomainObjectSet
findAll, matching, matching, withType
-
Method Details
-
getRun
Test getRun()Description copied from interface:TestSuiteTaskCollectionThe run task.- Specified by:
getRunin interfaceTestSuiteTaskCollection
-