public static interface SuiteRunConfiguration.Builder extends SdkPojo, CopyableBuilder<SuiteRunConfiguration.Builder,SuiteRunConfiguration>
| Modifier and Type | Method and Description |
|---|---|
SuiteRunConfiguration.Builder |
parallelRun(Boolean parallelRun)
TRUE if multiple test suites run in parallel.
|
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 method 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.SuiteRunConfiguration.Builder parallelRun(Boolean parallelRun)
TRUE if multiple test suites run in parallel.
parallelRun - TRUE if multiple test suites run in parallel.Copyright © 2022. All rights reserved.