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

SwiftXCTestBundle

@Incubating interface SwiftXCTestBundle : SwiftXCTestBinary

An XCTest executable for tests implemented in Swift.

Since
4.5

Functions

getLinkTask

abstract fun getLinkTask(): Provider<out LinkMachOBundle>

Returns the link task for this bundle.

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.

getRunScriptFile

abstract fun getRunScriptFile(): Provider<RegularFile>

Returns the script for running this binary.

getRunTask

abstract fun getRunTask(): Provider<out XCTest>