Package | Description |
---|---|
org.junit.vintage.engine.execution |
Internal classes for test execution within the JUnit Vintage test engine.
|
Modifier and Type | Field and Description |
---|---|
private TestRun |
RunListenerAdapter.testRun |
Modifier and Type | Method and Description |
---|---|
private void |
RunnerExecutor.reportUnexpectedFailure(TestRun testRun,
RunnerTestDescriptor runnerTestDescriptor,
TestExecutionResult result) |
Constructor and Description |
---|
RunListenerAdapter(TestRun testRun,
EngineExecutionListener listener,
TestSourceProvider testSourceProvider) |