Class ThrowableCollector
- java.lang.Object
-
- org.antublue.test.engine.internal.descriptor.ThrowableCollector
-
public class ThrowableCollector extends Object
-
-
Constructor Summary
Constructors Constructor Description ThrowableCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(Throwable throwable)voidaddAll(ThrowableCollector throwableCollector)Optional<Throwable>getFirst()List<Throwable>getList()booleanisEmpty()intsize()
-