Package | Description |
---|---|
org.junit.platform.commons.logging |
Internal logging package.
|
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.
|
org.junit.vintage.engine.support |
Internal support classes for test discovery and execution within the JUnit
Vintage test engine.
|
Modifier and Type | Method and Description |
---|---|
static Logger |
LoggerFactory.getLogger(Class<?> clazz)
Get a
Logger for the specified class. |
Constructor and Description |
---|
VintageDiscoverer(Logger logger) |
Constructor and Description |
---|
RunnerExecutor(EngineExecutionListener engineExecutionListener,
Logger logger) |
Constructor and Description |
---|
UniqueIdReader(Logger logger) |