public class ErrorCollector extends Object
| Constructor and Description |
|---|
ErrorCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(Throwable error) |
List<Throwable> |
errors() |
Object |
intercept(Object obj,
Callable<Object> proxy,
Method method) |
boolean |
wasSuccess() |
Copyright © 2014–2018 AssertJ. All rights reserved.