public class DefaultResultFactory extends Object implements ResultFactory
DEFAULT| Constructor and Description |
|---|
DefaultResultFactory() |
| Modifier and Type | Method and Description |
|---|---|
Result |
actual(Object actualValue,
Result result) |
Result |
aggregation(Object prefix,
String glue,
List<Result> items,
boolean value) |
Result |
error(Throwable throwable) |
Result |
expectation(Object expectation,
boolean value) |
Result |
invert(Result result) |
Result |
named(Object name,
Result result,
boolean value) |
Result |
soft(Result result) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaggregator, aggregator, tablepublic Result actual(Object actualValue, Result result)
actual in interface ResultFactorypublic Result expectation(Object expectation, boolean value)
expectation in interface ResultFactorypublic Result named(Object name, Result result, boolean value)
named in interface ResultFactorypublic Result soft(Result result)
soft in interface ResultFactorypublic Result aggregation(Object prefix, String glue, List<Result> items, boolean value)
aggregation in interface ResultFactorypublic Result error(Throwable throwable)
error in interface ResultFactorypublic Result invert(Result result)
invert in interface ResultFactoryCopyright © 2021. All rights reserved.