google_api_tool_results v0.0.1 GoogleApi.ToolResults.V1beta3.Model.AndroidInstrumentationTest View Source

A test of an Android application that can control an Android component independently of its normal lifecycle. See for more information on types of Android tests.

Attributes

  • testPackageId (String): The java package for the test to be executed. Required Defaults to: null.
  • testRunnerClass (String): The InstrumentationTestRunner class. Required Defaults to: null.
  • testTargets (List[String]): Each target must be fully qualified with the package name or class name, in one of these formats: - "package package_name" - "class package_name.class_name" - "class package_name.class_name#method_name" If empty, all targets in the module will be run. Defaults to: null.
  • useOrchestrator (Boolean): The flag indicates whether Android Test Orchestrator will be used to run test or not. Test orchestrator is used if either: - orchestrator_option field is USE_ORCHESTRATOR, and test runner is compatible with orchestrator. Or - orchestrator_option field is unspecified or ORCHESTRATOR_OPTION_UNSPECIFIED, and test runner is compatible with orchestrator. Defaults to: null.