TestEngineInputProperty

Added in 8.13.0-alpha01

data class TestEngineInputProperty


Definition of a single property that is passed from the AGP Test task to the junit engine configured for the test suite.

Summary

Constants

const String

Path to a file location to use as the logging output.

const String

Path to the results directory

const String

Serial IDs to deploy to

const String

List of source folders to find tests in, separated by java.io.File.separator

const String

Path to a file location to use to stream results back to the Test task

const String

Tested application ID

Public constructors

Public properties

String
String

Constants

LOGGING_FILE

const val LOGGING_FILEString

Path to a file location to use as the logging output.

RESULTS_DIR

const val RESULTS_DIRString

Path to the results directory

SERIAL_IDS

const val SERIAL_IDSString

Serial IDs to deploy to

SOURCE_FOLDERS

const val SOURCE_FOLDERSString

List of source folders to find tests in, separated by java.io.File.separator

STREAMING_FILE

const val STREAMING_FILEString

Path to a file location to use to stream results back to the Test task

TESTED_APPLICATION_ID

const val TESTED_APPLICATION_IDString

Tested application ID

Public constructors

TestEngineInputProperty

Added in 8.13.0-alpha01
TestEngineInputProperty(name: String, value: String)

Public properties

name

Added in 8.13.0-alpha01
val nameString

value

Added in 8.13.0-alpha01
val valueString