SwiftXCTestBinary

An test binary built from Swift source.

Since

4.4

Inheritors

Functions

Link copied to clipboard
abstract fun getBaseName(): Provider<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the executable test file for this binary.
Link copied to clipboard
Returns the installation directory for this binary.
Link copied to clipboard
Link copied to clipboard
Returns the link task for this binary.
Link copied to clipboard
abstract fun getModule(): Provider<String>
Link copied to clipboard
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getObjects(): FileCollection
Link copied to clipboard
Returns the script for running this binary.
Link copied to clipboard
abstract fun getRunTask(): Provider<out XCTest>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun isDebuggable(): Boolean
Link copied to clipboard
abstract fun isOptimized(): Boolean
Link copied to clipboard
abstract fun isTestable(): Boolean