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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #groups(List) .groups - a consumer that will call methods on List.Builder #groups(List) Copyright © 2021. All rights reserved.