Uses of Interface
org.junit.platform.commons.logging.Logger
-
Packages that use Logger Package Description org.junit.jupiter.api JUnit Jupiter API for writing tests.org.junit.jupiter.api.condition Annotation-based conditions for enabling or disabling tests in JUnit Jupiter.org.junit.jupiter.engine.config Configuration specific to the JUnit Jupiter test engine.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.jupiter.engine.support Internal support classes for 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.engine.discovery org.junit.platform.engine.support.descriptor TestDescriptor
-related support classes intended to be used by test engine implementations and clients of the launcher.org.junit.platform.engine.support.hierarchical Support classes and base implementation for anyTestEngine
that wishes to organize test suites hierarchically based on theNode
abstraction.org.junit.platform.launcher.core Core support classes for theLauncher
including theLauncherFactory
and theLauncherDiscoveryRequestBuilder
.org.junit.platform.launcher.listeners CommonTestExecutionListener
implementations and related support classes for theLauncher
.org.junit.platform.launcher.listeners.discovery CommonLauncherDiscoveryListener
implementations and factory methods.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.support Internal support classes for test discovery and execution within the JUnit Vintage test engine. -
-
Uses of Logger in org.junit.jupiter.api
Fields in org.junit.jupiter.api declared as Logger Modifier and Type Field Description private static Logger
ClassOrderer.Random. logger
private static Logger
MethodOrderer.Random. logger
-
Uses of Logger in org.junit.jupiter.api.condition
Fields in org.junit.jupiter.api.condition declared as Logger Modifier and Type Field Description private Logger
AbstractRepeatableAnnotationCondition. logger
private static Logger
JRE. logger
private static Logger
OS. logger
-
Uses of Logger in org.junit.jupiter.engine.config
Fields in org.junit.jupiter.engine.config declared as Logger Modifier and Type Field Description private static Logger
EnumConfigurationParameterConverter. logger
private static Logger
InstantiatingConfigurationParameterConverter. logger
-
Uses of Logger in org.junit.jupiter.engine.descriptor
Fields in org.junit.jupiter.engine.descriptor declared as Logger Modifier and Type Field Description private static Logger
DisplayNameUtils. logger
private static Logger
JupiterTestDescriptor. logger
private static Logger
MethodBasedTestDescriptor. logger
-
Uses of Logger in org.junit.jupiter.engine.discovery
Fields in org.junit.jupiter.engine.discovery declared as Logger Modifier and Type Field Description private static Logger
AbstractOrderingVisitor. logger
private static Logger
MethodSelectorResolver. logger
-
Uses of Logger in org.junit.jupiter.engine.execution
Fields in org.junit.jupiter.engine.execution declared as Logger Modifier and Type Field Description private static Logger
ConditionEvaluator. logger
private static Logger
InvocationInterceptorChain.ValidatingInvocation. logger
private static Logger
JupiterEngineExecutionContext. logger
private static Logger
ParameterResolutionUtils. logger
-
Uses of Logger in org.junit.jupiter.engine.extension
Fields in org.junit.jupiter.engine.extension declared as Logger Modifier and Type Field Description private static Logger
MutableExtensionRegistry. logger
private static Logger
TempDirectory.CloseablePath. logger
private static Logger
TimeoutConfiguration. logger
-
Uses of Logger in org.junit.jupiter.engine.support
Fields in org.junit.jupiter.engine.support declared as Logger Modifier and Type Field Description private static Logger
OpenTest4JAndJUnit4AwareThrowableCollector. logger
-
Uses of Logger in org.junit.platform.commons.logging
Classes in org.junit.platform.commons.logging that implement Logger Modifier and Type Class Description private static class
LoggerFactory.DelegatingLogger
Methods in org.junit.platform.commons.logging that return Logger Modifier and Type Method Description static Logger
LoggerFactory. getLogger(java.lang.Class<?> clazz)
Get aLogger
for the specified class. -
Uses of Logger in org.junit.platform.commons.util
Fields in org.junit.platform.commons.util declared as Logger Modifier and Type Field Description private static Logger
ClassFileVisitor. logger
private static Logger
ClasspathScanner. logger
private static Logger
ModuleUtils. logger
private static Logger
ReflectionUtils. logger
-
Uses of Logger in org.junit.platform.engine.discovery
Fields in org.junit.platform.engine.discovery declared as Logger Modifier and Type Field Description private static Logger
FilePosition. logger
-
Uses of Logger in org.junit.platform.engine.support.descriptor
Fields in org.junit.platform.engine.support.descriptor declared as Logger Modifier and Type Field Description private static Logger
FilePosition. logger
-
Uses of Logger in org.junit.platform.engine.support.hierarchical
Fields in org.junit.platform.engine.support.hierarchical declared as Logger Modifier and Type Field Description private static Logger
NodeTestTask. logger
-
Uses of Logger in org.junit.platform.launcher.core
Fields in org.junit.platform.launcher.core declared as Logger Modifier and Type Field Description private static Logger
CompositeEngineExecutionListener. logger
private static Logger
CompositeTestExecutionListener. logger
private static Logger
EngineDiscoveryOrchestrator. logger
private static Logger
LauncherConfigurationParameters. logger
private static Logger
EngineFilterer. LOGGER
Methods in org.junit.platform.launcher.core that return Logger Modifier and Type Method Description private static Logger
EngineIdValidator. getLogger()
private static Logger
ServiceLoaderRegistry. getLogger()
private static Logger
ServiceLoaderTestEngineRegistry. getLogger()
-
Uses of Logger in org.junit.platform.launcher.listeners
Fields in org.junit.platform.launcher.listeners declared as Logger Modifier and Type Field Description private Logger
UniqueIdTrackingListener. logger
-
Uses of Logger in org.junit.platform.launcher.listeners.discovery
Fields in org.junit.platform.launcher.listeners.discovery declared as Logger Modifier and Type Field Description private static Logger
LoggingLauncherDiscoveryListener. logger
-
Uses of Logger in org.junit.vintage.engine.descriptor
Fields in org.junit.vintage.engine.descriptor declared as Logger Modifier and Type Field Description private static Logger
RunnerTestDescriptor. logger
-
Uses of Logger in org.junit.vintage.engine.discovery
Fields in org.junit.vintage.engine.discovery declared as Logger Modifier and Type Field Description private static Logger
DefensiveAllDefaultPossibilitiesBuilder. logger
-
Uses of Logger in org.junit.vintage.engine.support
Fields in org.junit.vintage.engine.support declared as Logger Modifier and Type Field Description private static Logger
UniqueIdReader. logger
-