Interface TestSuiteBinarySpec

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

@Incubating public interface TestSuiteBinarySpec extends BinarySpec
A binary which runs a suite of tests.
  • Method Details

    • getTestSuite

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

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