Android Instrumentation Test Response
data class AndroidInstrumentationTestResponse(val testPackageId: String, val testRunnerClass: String, val testTargets: List<String>, val useOrchestrator: Boolean)
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.