AndroidInstrumentationTest constructor
AndroidInstrumentationTest({
- FileReference? appApk,
- AppBundle? appBundle,
- String? appPackageId,
- String? orchestratorOption,
- ShardingOption? shardingOption,
- FileReference? testApk,
- String? testPackageId,
- String? testRunnerClass,
- List<
String> ? testTargets,
Implementation
AndroidInstrumentationTest({
this.appApk,
this.appBundle,
this.appPackageId,
this.orchestratorOption,
this.shardingOption,
this.testApk,
this.testPackageId,
this.testRunnerClass,
this.testTargets,
});