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 |
Summary
Public properties |
|
|---|---|
InputT |
All inputs specific to the Custom Managed Device type created by a |
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 testRunData: TestRunData
All inputs for the Test Run independent of the type of managed device.
See TestRunData.