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)
Sets the primary device for the test suite run.
|
SuiteRunConfiguration.Builder |
primaryDevice(DeviceUnderTest primaryDevice)
Sets the primary device for the test suite run.
|
SuiteRunConfiguration.Builder |
selectedTestList(Collection<String> selectedTestList)
Sets test case list.
|
SuiteRunConfiguration.Builder |
selectedTestList(String... selectedTestList)
Sets test case list.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSuiteRunConfiguration.Builder primaryDevice(DeviceUnderTest primaryDevice)
Sets the primary device for the test suite run. This requires a thing ARN or a certificate ARN.
primaryDevice - Sets the primary device for the test suite run. This requires a thing ARN or a certificate ARN.default SuiteRunConfiguration.Builder primaryDevice(Consumer<DeviceUnderTest.Builder> primaryDevice)
Sets the primary device for the test suite run. This requires a thing ARN or a certificate ARN.
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)
Sets test case list.
selectedTestList - Sets test case list.SuiteRunConfiguration.Builder selectedTestList(String... selectedTestList)
Sets test case list.
selectedTestList - Sets 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 © 2023. All rights reserved.