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 anyTestEnginethat wishes to organize test suites hierarchically based on theNodeabstraction.org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder.org.junit.platform.launcher.listeners.discovery CommonLauncherDiscoveryListenerimplementations and factory methods.org.junit.platform.testkit.engine Test Kit for testing the execution of aTestEnginerunning on the JUnit Platform.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 LoggerMethodOrderer.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 LoggerAbstractRepeatableAnnotationCondition. loggerprivate static LoggerJRE. loggerprivate static LoggerOS. 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 LoggerEnumConfigurationParameterConverter. loggerprivate static LoggerInstantiatingConfigurationParameterConverter. 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 LoggerDisplayNameUtils. loggerprivate static LoggerJupiterTestDescriptor. loggerprivate static LoggerMethodBasedTestDescriptor. 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 LoggerMethodOrderingVisitor. loggerprivate static LoggerMethodSelectorResolver. 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 LoggerInvocationInterceptorChain.ValidatingInvocation. LOGprivate static LoggerConditionEvaluator. loggerprivate static LoggerExecutableInvoker. loggerprivate static LoggerJupiterEngineExecutionContext. 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 LoggerMutableExtensionRegistry. loggerprivate static LoggerTimeoutConfiguration. 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 LoggerOpenTest4JAndJUnit4AwareThrowableCollector. 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 classLoggerFactory.DelegatingLoggerMethods in org.junit.platform.commons.logging that return Logger Modifier and Type Method Description static LoggerLoggerFactory. getLogger(java.lang.Class<?> clazz)Get aLoggerfor 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 LoggerClassFileVisitor. loggerprivate static LoggerClasspathScanner. loggerprivate static LoggerModuleUtils. loggerprivate static LoggerReflectionUtils. 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 LoggerFilePosition. 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 LoggerFilePosition. 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 LoggerNodeTestTask. 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 LoggerEngineDiscoveryOrchestrator. loggerprivate static LoggerEngineIdValidator. loggerprivate static LoggerInternalTestPlan. loggerprivate static LoggerLauncherConfigurationParameters. loggerprivate static LoggerServiceLoaderPostDiscoveryFilterRegistry. loggerprivate static LoggerServiceLoaderTestEngineRegistry. loggerprivate static LoggerServiceLoaderTestExecutionListenerRegistry. loggerprivate static LoggerTestExecutionListenerRegistry. 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 LoggerLoggingLauncherDiscoveryListener. logger -
Uses of Logger in org.junit.platform.testkit.engine
Fields in org.junit.platform.testkit.engine declared as Logger Modifier and Type Field Description private static LoggerEngineTestKit. 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 LoggerRunnerTestDescriptor. 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 LoggerDefensiveAllDefaultPossibilitiesBuilder. 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 LoggerUniqueIdReader. logger
-