IosXcTest constructor
IosXcTest({
- String? appBundleId,
- bool? testSpecialEntitlements,
- FileReference? testsZip,
- String? xcodeVersion,
- FileReference? xctestrun,
Implementation
IosXcTest({
this.appBundleId,
this.testSpecialEntitlements,
this.testsZip,
this.xcodeVersion,
this.xctestrun,
});