Package | Description |
---|---|
org.junit.jupiter.engine |
Core package for the JUnit Jupiter test engine.
|
org.junit.platform.engine.support.hierarchical |
Support classes and base implementation for any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction. |
Modifier and Type | Method | Description |
---|---|---|
protected ThrowableCollector.Factory |
JupiterTestEngine.createThrowableCollectorFactory(ExecutionRequest request) |
Modifier and Type | Method | Description |
---|---|---|
protected ThrowableCollector.Factory |
HierarchicalTestEngine.createThrowableCollectorFactory(ExecutionRequest request) |
Create the factory for creating
ThrowableCollector instances used to handle exceptions that occur
during execution of this engine's tests. |
Copyright © 2019. All rights reserved.