Interface TestSuiteTaskCollection

All Superinterfaces:
BinaryTasksCollection, Collection<Task>, DomainObjectCollection<Task>, DomainObjectSet<Task>, Iterable<Task>, Set<Task>
All Known Subinterfaces:
NativeTestSuiteBinarySpec.TasksCollection

@Deprecated public interface TestSuiteTaskCollection extends BinaryTasksCollection
Deprecated.
The Gradle software model is deprecated and will be removed in Gradle 10. Use the new component model (e.g. cpp-application, cpp-library, swift-application, swift-library, xctest) instead.
Provides access to key tasks used by a test suite.
  • Method Details

    • getRun

      Task getRun()
      Deprecated.
      The run task.