IosXcTestArgs

data class IosXcTestArgs(val bundleId: Output<String>? = null, val xcodeVersion: Output<String>? = null) : ConvertibleToJava<IosXcTestArgs>

A test of an iOS application that uses the XCTest framework.

Constructors

Link copied to clipboard
fun IosXcTestArgs(bundleId: Output<String>? = null, xcodeVersion: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): IosXcTestArgs

Properties

Link copied to clipboard
val bundleId: Output<String>? = null

Bundle ID of the app.

Link copied to clipboard
val xcodeVersion: Output<String>? = null

Xcode version that the test was run with.