api / org.gradle.nativeplatform.test.xctest / SwiftXCTestExecutable

SwiftXCTestExecutable

@Incubating interface SwiftXCTestExecutable : SwiftXCTestBinary, ComponentWithExecutable, ComponentWithInstallation

An XCTest executable for tests implemented in Swift.

Since
4.5

Inherited Functions

getExecutableFile

abstract fun getExecutableFile(): Provider<RegularFile>

Returns the executable test file for this binary.

getInstallDirectory

abstract fun getInstallDirectory(): Provider<Directory>

Returns the installation directory for this binary.

getInstallTask

abstract fun getInstallTask(): Provider<out InstallExecutable>

Returns the install task.

getLinkTask

abstract fun getLinkTask(): Provider<out AbstractLinkTask>

Returns the link task for this binary.

getRunScriptFile

abstract fun getRunScriptFile(): Provider<RegularFile>

Returns the script for running this binary.

getRunTask

abstract fun getRunTask(): Provider<out XCTest>