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 and Description |
---|---|
protected ThrowableCollector.Factory |
JupiterTestEngine.createThrowableCollectorFactory(ExecutionRequest request) |
Modifier and Type | Field and Description |
---|---|
private ThrowableCollector.Factory |
NodeTestTaskContext.throwableCollectorFactory |
private ThrowableCollector.Factory |
HierarchicalTestExecutor.throwableCollectorFactory |
Modifier and Type | Method and 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. |
(package private) ThrowableCollector.Factory |
NodeTestTaskContext.getThrowableCollectorFactory() |
Constructor and Description |
---|
HierarchicalTestExecutor(ExecutionRequest request,
C rootContext,
HierarchicalTestExecutorService executorService,
ThrowableCollector.Factory throwableCollectorFactory) |
NodeTestTaskContext(EngineExecutionListener listener,
HierarchicalTestExecutorService executorService,
ThrowableCollector.Factory throwableCollectorFactory,
NodeExecutionAdvisor executionAdvisor) |