Package | Description |
---|---|
org.junit.vintage.engine.descriptor |
Test descriptors used within the JUnit Vintage test engine.
|
org.junit.vintage.engine.discovery |
Internal classes for test discovery within the JUnit Vintage test engine.
|
org.junit.vintage.engine.execution |
Internal classes for test execution within the JUnit Vintage test engine.
|
Modifier and Type | Field and Description |
---|---|
private TestSourceProvider |
VintageEngineDescriptor.testSourceProvider |
Modifier and Type | Method and Description |
---|---|
TestSourceProvider |
VintageEngineDescriptor.getTestSourceProvider() |
Constructor and Description |
---|
VintageEngineDescriptor(UniqueId uniqueId,
TestSourceProvider testSourceProvider) |
Modifier and Type | Field and Description |
---|---|
private TestSourceProvider |
RunnerTestDescriptorPostProcessor.testSourceProvider |
Constructor and Description |
---|
RunnerTestDescriptorPostProcessor(TestSourceProvider testSourceProvider) |
Modifier and Type | Field and Description |
---|---|
private TestSourceProvider |
RunListenerAdapter.testSourceProvider |
private TestSourceProvider |
RunnerExecutor.testSourceProvider |
Constructor and Description |
---|
RunListenerAdapter(TestRun testRun,
EngineExecutionListener listener,
TestSourceProvider testSourceProvider) |
RunnerExecutor(EngineExecutionListener engineExecutionListener,
TestSourceProvider testSourceProvider) |