Interface TestSuiteBinarySpec

All Superinterfaces:
Binary, BinarySpec, Buildable, BuildableComponentSpec, CheckableComponentSpec, ComponentSpec, ModelElement, Named
All Known Subinterfaces:
CUnitTestSuiteBinarySpec, GoogleTestTestSuiteBinarySpec, NativeTestSuiteBinarySpec

@Incubating @Deprecated public interface TestSuiteBinarySpec extends BinarySpec
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.
A binary which runs a suite of tests.
  • Method Details

    • getTestSuite

      TestSuiteSpec getTestSuite()
      Deprecated.
      Returns the test suite that this binary belongs to.
    • getTestedBinary

      BinarySpec getTestedBinary()
      Deprecated.
      Returns the binary tested by this test suite.