IosXcTestResponse

data class IosXcTestResponse(val bundleId: String, val xcodeVersion: String)

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

Constructors

Link copied to clipboard
fun IosXcTestResponse(bundleId: String, xcodeVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Bundle ID of the app.

Link copied to clipboard

Xcode version that the test was run with.