public interface ResultFactory
| Modifier and Type | Field and Description |
|---|---|
static ResultFactory |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
Result |
actual(Object actualValue,
Result result) |
Result |
aggregation(Object prefix,
String glue,
List<Result> items,
boolean value) |
default Aggregator |
aggregator(Object prefix) |
default Aggregator |
aggregator(Object prefix,
String glue) |
Result |
error(Throwable throwable) |
Result |
expectation(Object expectation,
boolean value) |
Result |
invert(Result result) |
Result |
named(Object name,
Result result,
boolean value) |
default <D> TableAggregator<D> |
table(Object prefix,
ArrayList<Check<? super D>> checks) |
static final ResultFactory DEFAULT
default <D> TableAggregator<D> table(Object prefix, ArrayList<Check<? super D>> checks)
default Aggregator aggregator(Object prefix, String glue)
default Aggregator aggregator(Object prefix)
Copyright © 2021. All rights reserved.