Android Robo Test Response
data class AndroidRoboTestResponse(val appApk: FileReferenceResponse, val appBundle: AppBundleResponse, val appInitialActivity: String, val appPackageId: String, val maxDepth: Int, val maxSteps: Int, val roboDirectives: List<RoboDirectiveResponse>, val roboMode: String, val roboScript: FileReferenceResponse, val startingIntents: List<RoboStartingIntentResponse>)
A test of an android application that explores the application on a virtual or physical Android Device, finding culprits and crashes as it goes.
Constructors
Link copied to clipboard
fun AndroidRoboTestResponse(appApk: FileReferenceResponse, appBundle: AppBundleResponse, appInitialActivity: String, appPackageId: String, maxDepth: Int, maxSteps: Int, roboDirectives: List<RoboDirectiveResponse>, roboMode: String, roboScript: FileReferenceResponse, startingIntents: List<RoboStartingIntentResponse>)