Android Robo Test Response
data class AndroidRoboTestResponse(val appInitialActivity: String, val bootstrapPackageId: String, val bootstrapRunnerClass: String, val maxDepth: Int, val maxSteps: Int)
A test of an android application that explores the application on a virtual or physical Android device, finding culprits and crashes as it goes.