Interface TestSuiteSpec

All Superinterfaces:
ComponentSpec, GeneralComponentSpec, ModelElement, Named, SourceComponentSpec, VariantComponent, VariantComponentSpec
All Known Subinterfaces:
CUnitTestSuiteSpec, GoogleTestTestSuiteSpec, JUnitTestSuiteSpec, JvmTestSuiteSpec, NativeTestSuiteSpec

@Incubating public interface TestSuiteSpec extends GeneralComponentSpec
A component representing a suite of tests that will be built and executed together.
  • Method Details

    • getTestedComponent

      ComponentSpec getTestedComponent()
      The tested component.
    • setTestedComponent

      void setTestedComponent(ComponentSpec testedComponent)
      Sets the tested component.
      Parameters:
      testedComponent - the component under test
    • testing

      void testing(ComponentSpec testedComponent)
      Sets the tested component.
      Parameters:
      testedComponent - the component under test