Package | Description |
---|---|
org.junit.jupiter.engine |
Core package for the JUnit Jupiter test engine.
|
org.junit.platform.engine |
Public API for test engines.
|
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. |
org.junit.vintage.engine |
Core package for the JUnit Vintage test engine.
|
Modifier and Type | Method | Description |
---|---|---|
protected JupiterEngineExecutionContext |
JupiterTestEngine.createExecutionContext(ExecutionRequest request) |
Modifier and Type | Method | Description |
---|---|---|
void |
TestEngine.execute(ExecutionRequest request) |
Execute tests according to the supplied
ExecutionRequest . |
Modifier and Type | Method | Description |
---|---|---|
protected abstract C |
HierarchicalTestEngine.createExecutionContext(ExecutionRequest request) |
Create the initial execution context for executing the supplied
request . |
void |
HierarchicalTestEngine.execute(ExecutionRequest request) |
Create an initial execution
context, execute the behavior of all nodes in the
hierarchy starting with the supplied
request 's
root and notify
its execution
listener of test execution events. |
Modifier and Type | Method | Description |
---|---|---|
void |
VintageTestEngine.execute(ExecutionRequest request) |