DeviceTestRunParameters

@Incubating interface DeviceTestRunParameters<InputT : DeviceTestRunInput>


All parameters for a DeviceTestRunTaskAction.

Parameters
<InputT : DeviceTestRunInput>

The specialized input type for the custom managed device associated with the DeviceTestRunTaskAction.

Summary

Public properties

InputT

All inputs specific to the Custom Managed Device type created by a DeviceTestRunConfigureAction.

TestRunData

All inputs for the Test Run independent of the type of managed device.

Public properties

deviceInput

val deviceInput: InputT

All inputs specific to the Custom Managed Device type created by a DeviceTestRunConfigureAction.

testRunData

val testRunDataTestRunData

All inputs for the Test Run independent of the type of managed device.

See TestRunData.