public static interface SuiteRunConfiguration.Builder extends SdkPojo, CopyableBuilder<SuiteRunConfiguration.Builder,SuiteRunConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default SuiteRunConfiguration.Builder |
primaryDevice(Consumer<DeviceUnderTest.Builder> primaryDevice)
Gets the primary device for suite run.
|
SuiteRunConfiguration.Builder |
primaryDevice(DeviceUnderTest primaryDevice)
Gets the primary device for suite run.
|
SuiteRunConfiguration.Builder |
selectedTestList(Collection<String> selectedTestList)
Gets test case list.
|
SuiteRunConfiguration.Builder |
selectedTestList(String... selectedTestList)
Gets test case list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSuiteRunConfiguration.Builder primaryDevice(DeviceUnderTest primaryDevice)
Gets the primary device for suite run.
primaryDevice - Gets the primary device for suite run.default SuiteRunConfiguration.Builder primaryDevice(Consumer<DeviceUnderTest.Builder> primaryDevice)
Gets the primary device for suite run.
This is a convenience that creates an instance of theDeviceUnderTest.Builder avoiding the need to
create one manually via DeviceUnderTest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to primaryDevice(DeviceUnderTest).primaryDevice - a consumer that will call methods on DeviceUnderTest.BuilderprimaryDevice(DeviceUnderTest)SuiteRunConfiguration.Builder selectedTestList(Collection<String> selectedTestList)
Gets test case list.
selectedTestList - Gets test case list.SuiteRunConfiguration.Builder selectedTestList(String... selectedTestList)
Gets test case list.
selectedTestList - Gets test case list.Copyright © 2021. All rights reserved.