Android Test Args
data class AndroidTestArgs(val androidAppInfo: Output<AndroidAppInfoArgs>? = null, val androidInstrumentationTest: Output<AndroidInstrumentationTestArgs>? = null, val androidRoboTest: Output<AndroidRoboTestArgs>? = null, val androidTestLoop: Output<AndroidTestLoopArgs>? = null, val testTimeout: Output<DurationArgs>? = null) : ConvertibleToJava<AndroidTestArgs>
An Android mobile test specification.
Constructors
Link copied to clipboard
fun AndroidTestArgs(androidAppInfo: Output<AndroidAppInfoArgs>? = null, androidInstrumentationTest: Output<AndroidInstrumentationTestArgs>? = null, androidRoboTest: Output<AndroidRoboTestArgs>? = null, androidTestLoop: Output<AndroidTestLoopArgs>? = null, testTimeout: Output<DurationArgs>? = null)