Module org.junit.platform.engine
Class OpenTest4JAwareThrowableCollector
java.lang.Object
org.junit.platform.engine.support.hierarchical.ThrowableCollector
org.junit.platform.engine.support.hierarchical.OpenTest4JAwareThrowableCollector
@API(status=MAINTAINED,
since="1.3")
public class OpenTest4JAwareThrowableCollector
extends ThrowableCollector
Specialization of
ThrowableCollector
that treats instances of
TestAbortedException
as aborting.- Since:
- 1.3
- See Also:
ThrowableCollector
-
Nested Class Summary
Nested classes/interfaces inherited from class org.junit.platform.engine.support.hierarchical.ThrowableCollector
ThrowableCollector.Executable, ThrowableCollector.Factory
-
Constructor Summary
-
Method Summary
Methods inherited from class org.junit.platform.engine.support.hierarchical.ThrowableCollector
assertEmpty, execute, getThrowable, isEmpty, isNotEmpty, toTestExecutionResult
-
Constructor Details
-
OpenTest4JAwareThrowableCollector
public OpenTest4JAwareThrowableCollector()
-