public static interface TestResult.Builder extends SdkPojo, CopyableBuilder<TestResult.Builder,TestResult>
| Modifier and Type | Method and Description |
|---|---|
TestResult.Builder |
groups(Collection<GroupResult> groups)
Show each group of test results.
|
TestResult.Builder |
groups(Consumer<GroupResult.Builder>... groups)
Show each group of test results.
|
TestResult.Builder |
groups(GroupResult... groups)
Show each group of test results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestResult.Builder groups(Collection<GroupResult> groups)
Show each group of test results.
groups - Show each group of test results.TestResult.Builder groups(GroupResult... groups)
Show each group of test results.
groups - Show each group of test results.TestResult.Builder groups(Consumer<GroupResult.Builder>... groups)
Show each group of test results.
This is a convenience method that creates an instance of theGroupResult.Builder avoiding the need to
create one manually via GroupResult.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #groups(List.
groups - a consumer that will call methods on
GroupResult.Builder#groups(java.util.Collection) Copyright © 2023. All rights reserved.