Ios Xc Test Response
data class IosXcTestResponse(val appBundleId: String, val testSpecialEntitlements: Boolean, val testsZip: FileReferenceResponse, val xcodeVersion: String, val xctestrun: FileReferenceResponse)
A test of an iOS application that uses the XCTest framework. Xcode supports the option to "build for testing", which generates an .xctestrun file that contains a test specification (arguments, test methods, etc). This test type accepts a zip file containing the .xctestrun file and the corresponding contents of the Build/Products directory that contains all the binaries needed to run the tests.
Constructors
Link copied to clipboard
fun IosXcTestResponse(appBundleId: String, testSpecialEntitlements: Boolean, testsZip: FileReferenceResponse, xcodeVersion: String, xctestrun: FileReferenceResponse)