Interface SwiftXCTestSuite
- All Superinterfaces:
ComponentWithBinaries, Named, SoftwareComponent, SwiftComponent, TestSuiteComponent
A XCTest suite, implemented in Swift.
- Since:
- 4.2
-
Nested Class Summary
Nested classes/interfaces inherited from interface Named
Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionProvider<? extends SwiftXCTestBinary> Returns the binary to use as the default to run this test suite.Methods inherited from interface SwiftComponent
getBinaries, getImplementationDependencies, getModule, getSource, getSwiftSource, source
-
Method Details
-
getTestBinary
Provider<? extends SwiftXCTestBinary> getTestBinary()Returns the binary to use as the default to run this test suite.- Specified by:
getTestBinaryin interfaceTestSuiteComponent
-