Module org.junit.jupiter.engine
Package org.junit.jupiter.engine.support
Class JupiterThrowableCollectorFactory
java.lang.Object
org.junit.jupiter.engine.support.JupiterThrowableCollectorFactory
@API(status=INTERNAL, since="5.4") public class JupiterThrowableCollectorFactory extends Object
Factory for creating
ThrowableCollectors within
the JUnit Jupiter test engine.- Since:
- 5.4
- See Also:
ThrowableCollector
-
Constructor Summary
Constructors Constructor Description JupiterThrowableCollectorFactory() -
Method Summary
Modifier and Type Method Description static ThrowableCollectorcreateThrowableCollector()Create a newThrowableCollectorthat treats instances of the OTA'sTestAbortedExceptionand JUnit 4'sorg.junit.AssumptionViolatedExceptionas aborting.
-
Constructor Details
-
JupiterThrowableCollectorFactory
public JupiterThrowableCollectorFactory()
-
-
Method Details
-
createThrowableCollector
Create a newThrowableCollectorthat treats instances of the OTA'sTestAbortedExceptionand JUnit 4'sorg.junit.AssumptionViolatedExceptionas aborting.
-