Interface SwiftXCTestSuite

All Superinterfaces:
Named, SoftwareComponent, SwiftComponent

@Incubating public interface SwiftXCTestSuite extends SwiftComponent
A XCTest suite, implemented in Swift.
Since:
4.2
  • Method Details

    • getDevelopmentBinary

      SwiftXCTestBinary getDevelopmentBinary()
      Returns the binary of the component to use as the default for development.

      For test suites, this is the test executable binary.

      Specified by:
      getDevelopmentBinary in interface SwiftComponent
    • getTestExecutable

      SwiftXCTestBinary getTestExecutable()
      Returns the executable that will be executed to run the tests.
      Since:
      4.4