Android Robo Test Args
data class AndroidRoboTestArgs(val appApk: Output<FileReferenceArgs>? = null, val appBundle: Output<AppBundleArgs>? = null, val appInitialActivity: Output<String>? = null, val appPackageId: Output<String>? = null, val maxDepth: Output<Int>? = null, val maxSteps: Output<Int>? = null, val roboDirectives: Output<List<RoboDirectiveArgs>>? = null, val roboMode: Output<AndroidRoboTestRoboMode>? = null, val roboScript: Output<FileReferenceArgs>? = null, val startingIntents: Output<List<RoboStartingIntentArgs>>? = null) : ConvertibleToJava<AndroidRoboTestArgs>
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 AndroidRoboTestArgs(appApk: Output<FileReferenceArgs>? = null, appBundle: Output<AppBundleArgs>? = null, appInitialActivity: Output<String>? = null, appPackageId: Output<String>? = null, maxDepth: Output<Int>? = null, maxSteps: Output<Int>? = null, roboDirectives: Output<List<RoboDirectiveArgs>>? = null, roboMode: Output<AndroidRoboTestRoboMode>? = null, roboScript: Output<FileReferenceArgs>? = null, startingIntents: Output<List<RoboStartingIntentArgs>>? = null)