AndroidInstrumentationTest constructor

AndroidInstrumentationTest({
  1. FileReference? appApk,
  2. AppBundle? appBundle,
  3. String? appPackageId,
  4. String? orchestratorOption,
  5. ShardingOption? shardingOption,
  6. FileReference? testApk,
  7. String? testPackageId,
  8. String? testRunnerClass,
  9. List<String>? testTargets,
})

Implementation

AndroidInstrumentationTest({
  this.appApk,
  this.appBundle,
  this.appPackageId,
  this.orchestratorOption,
  this.shardingOption,
  this.testApk,
  this.testPackageId,
  this.testRunnerClass,
  this.testTargets,
});