Stay organized with collections
Save and categorize content based on your preferences.
DeviceTestRunParameters
@Incubating interface DeviceTestRunParameters<InputT : DeviceTestRunInput>
All parameters for a 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
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# DeviceTestRunParameters\n=======================\n\n\n```\n@Incubating interface DeviceTestRunParameters\u003cInputT : DeviceTestRunInput\u003e\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nAll parameters for a [DeviceTestRunTaskAction](/reference/tools/gradle-api/8.1/com/android/build/api/instrumentation/manageddevice/DeviceTestRunTaskAction). \n\n| Parameters ||\n|---------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `\u003cInputT : `[DeviceTestRunInput](/reference/tools/gradle-api/8.1/com/android/build/api/instrumentation/manageddevice/DeviceTestRunInput)`\u003e` | The specialized input type for the custom managed device associated with the [DeviceTestRunTaskAction](/reference/tools/gradle-api/8.1/com/android/build/api/instrumentation/manageddevice/DeviceTestRunTaskAction). |\n\nSummary\n-------\n\n| ### Public properties ||\n|----------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `InputT` | [deviceInput](/reference/tools/gradle-api/8.1/com/android/build/api/instrumentation/manageddevice/DeviceTestRunParameters#deviceInput()) All inputs specific to the Custom Managed Device type created by a [DeviceTestRunConfigureAction](/reference/tools/gradle-api/8.1/com/android/build/api/instrumentation/manageddevice/DeviceTestRunConfigureAction). |\n| [TestRunData](/reference/tools/gradle-api/8.1/com/android/build/api/instrumentation/manageddevice/TestRunData) | [testRunData](/reference/tools/gradle-api/8.1/com/android/build/api/instrumentation/manageddevice/DeviceTestRunParameters#testRunData()) All inputs for the Test Run independent of the type of managed device. |\n\nPublic properties\n-----------------\n\n### deviceInput\n\n```\nval deviceInput: InputT\n```\n\nAll inputs specific to the Custom Managed Device type created by a [DeviceTestRunConfigureAction](/reference/tools/gradle-api/8.1/com/android/build/api/instrumentation/manageddevice/DeviceTestRunConfigureAction). \n\n### testRunData\n\n```\nval testRunData: TestRunData\n```\n\nAll inputs for the Test Run independent of the type of managed device.\n\nSee [TestRunData](/reference/tools/gradle-api/8.1/com/android/build/api/instrumentation/manageddevice/TestRunData)."]]