public class ErrorCollector extends Object implements net.sf.cglib.proxy.MethodInterceptor
| Constructor and Description |
|---|
ErrorCollector() |
| Modifier and Type | Method and Description |
|---|---|
List<Throwable> |
errors() |
Object |
intercept(Object obj,
Method method,
Object[] args,
net.sf.cglib.proxy.MethodProxy proxy) |
boolean |
wasSuccess() |
Copyright © 2014–2016 AssertJ. All rights reserved.