Interface TestSuiteComponent

All Superinterfaces:
Named, SoftwareComponent
All Known Subinterfaces:
CppTestSuite, SwiftXCTestSuite

public interface TestSuiteComponent extends SoftwareComponent
Represents a component that defines a test suite.
Since:
4.5
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.gradle.api.Named

    Named.Namer
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the binary to use as the default to run this test suite.

    Methods inherited from interface org.gradle.api.Named

    getName
  • Method Details

    • getTestBinary

      Provider<? extends TestComponent> getTestBinary()
      Returns the binary to use as the default to run this test suite.