AndroidTestResponse

data class AndroidTestResponse(val androidAppInfo: AndroidAppInfoResponse, val androidInstrumentationTest: AndroidInstrumentationTestResponse, val androidRoboTest: AndroidRoboTestResponse, val androidTestLoop: AndroidTestLoopResponse, val testTimeout: DurationResponse)

An Android mobile test specification.

Constructors

Link copied to clipboard
fun AndroidTestResponse(androidAppInfo: AndroidAppInfoResponse, androidInstrumentationTest: AndroidInstrumentationTestResponse, androidRoboTest: AndroidRoboTestResponse, androidTestLoop: AndroidTestLoopResponse, testTimeout: DurationResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about the application under test.

Link copied to clipboard
Link copied to clipboard

An Android robo test.

Link copied to clipboard

An Android test loop.

Link copied to clipboard

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