Package | Description |
---|---|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
org.junit.jupiter.engine.discovery |
Internal classes for test discovery within the JUnit Jupiter test engine.
|
org.junit.jupiter.engine.execution |
Internal classes for test execution within the JUnit Jupiter test engine.
|
org.junit.jupiter.engine.extension |
Test extensions specific to the JUnit Jupiter test engine.
|
org.junit.platform.commons.logging |
Internal logging package.
|
org.junit.platform.commons.util |
Internal common utilities for JUnit.
|
org.junit.platform.launcher.core |
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder . |
org.junit.vintage.engine |
Core package for 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.
|
org.junit.vintage.engine.support |
Internal support classes for test discovery and execution within the JUnit
Vintage test engine.
|
Modifier and Type | Field and Description |
---|---|
private static Logger |
JupiterTestDescriptor.logger |
private static Logger |
TestInstanceLifecycleUtils.logger |
Modifier and Type | Field and Description |
---|---|
private static Logger |
JavaElementsResolver.logger |
Modifier and Type | Field and Description |
---|---|
private static Logger |
ConditionEvaluator.logger |
private static Logger |
ExecutableInvoker.logger |
Modifier and Type | Field and Description |
---|---|
private static Logger |
ExtensionRegistry.logger |
Modifier and Type | Class and Description |
---|---|
private static class |
LoggerFactory.DelegatingLogger |
Modifier and Type | Method and Description |
---|---|
static Logger |
LoggerFactory.getLogger(java.lang.Class<?> clazz)
Get a
Logger for the specified class. |
Modifier and Type | Field and Description |
---|---|
private static Logger |
ClassFileVisitor.logger |
private static Logger |
ClasspathScanner.logger |
Modifier and Type | Field and Description |
---|---|
private static Logger |
DefaultLauncher.logger |
private static Logger |
LauncherConfigurationParameters.logger |
private static Logger |
ServiceLoaderTestEngineRegistry.logger |
private static Logger |
ServiceLoaderTestExecutionListenerRegistry.logger |
Modifier and Type | Field and Description |
---|---|
private static Logger |
VintageTestEngine.logger |
Modifier and Type | Field and Description |
---|---|
private static Logger |
DefensiveAllDefaultPossibilitiesBuilder.logger |
private Logger |
TestClassRequestResolver.logger |
private Logger |
UniqueIdSelectorResolver.logger |
private Logger |
VintageDiscoverer.logger |
Constructor and Description |
---|
TestClassRequestResolver(Logger logger) |
UniqueIdSelectorResolver(Logger logger) |
VintageDiscoverer(Logger logger) |
Modifier and Type | Field and Description |
---|---|
private Logger |
RunnerExecutor.logger |
Constructor and Description |
---|
RunListenerAdapter(TestRun testRun,
Logger logger,
EngineExecutionListener listener) |
RunnerExecutor(EngineExecutionListener engineExecutionListener,
Logger logger) |
Modifier and Type | Field and Description |
---|---|
private Logger |
UniqueIdReader.logger |
Constructor and Description |
---|
UniqueIdReader(Logger logger) |
UniqueIdReader(Logger logger,
java.lang.String fieldName) |