Package-level declarations

Types

enum AndroidInstrumentationTestOrchestratorOption : Enum<AndroidInstrumentationTestOrchestratorOption> , ConvertibleToJava<AndroidInstrumentationTestOrchestratorOption>

The option of whether running each test within its own invocation of instrumentation with Android Test Orchestrator or not. ** Orchestrator is only compatible with AndroidJUnitRunner version 1.1 or higher! ** Orchestrator offers the following benefits: - No shared state - Crashes are isolated - Logs are scoped per test See for more information about Android Test Orchestrator. If not set, the test will be run without the orchestrator.

Link copied to clipboard
enum AndroidRoboTestRoboMode : Enum<AndroidRoboTestRoboMode> , ConvertibleToJava<AndroidRoboTestRoboMode>

The mode in which Robo should run. Most clients should allow the server to populate this field automatically.

Link copied to clipboard
enum RoboDirectiveActionType : Enum<RoboDirectiveActionType> , ConvertibleToJava<RoboDirectiveActionType>

Required. The type of action that Robo should perform on the specified element.