AndroidTestArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): AndroidTestArgs

Properties

Link copied to clipboard
val androidAppInfo: Output<AndroidAppInfoArgs>? = null

Information about the application under test.

Link copied to clipboard

An Android instrumentation test.

Link copied to clipboard

An Android robo test.

Link copied to clipboard

An Android test loop.

Link copied to clipboard
val testTimeout: Output<DurationArgs>? = null

Max time a test is allowed to run before it is automatically cancelled.