Interface SwiftXCTestSuite
- All Superinterfaces:
- ComponentWithBinaries,- ComponentWithDependencies,- ComponentWithTargetMachines,- Named,- SoftwareComponent,- SwiftComponent,- TestSuiteComponent
A XCTest suite, implemented in Swift.
- Since:
- 4.2
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamedNamed.Namer
- 
Method SummaryModifier and TypeMethodDescriptionBinaryCollection<? extends SwiftXCTestBinary> Returns the binaries for this library.Provider<? extends SwiftXCTestBinary> Returns the binary to use as the default to run this test suite.Methods inherited from interface org.gradle.language.ComponentWithDependenciesgetDependenciesMethods inherited from interface org.gradle.language.ComponentWithTargetMachinesgetTargetMachinesMethods inherited from interface org.gradle.language.swift.SwiftComponentgetImplementationDependencies, getModule, getSource, getSourceCompatibility, getSwiftSource, source
- 
Method Details- 
getTestBinaryProvider<? extends SwiftXCTestBinary> getTestBinary()Returns the binary to use as the default to run this test suite.- Specified by:
- getTestBinaryin interface- TestSuiteComponent
 
- 
getBinariesBinaryCollection<? extends SwiftXCTestBinary> getBinaries()Returns the binaries for this library.- Specified by:
- getBinariesin interface- ComponentWithBinaries
- Specified by:
- getBinariesin interface- SwiftComponent
- Since:
- 5.6
 
 
-