Uses of Interface
org.junit.platform.commons.logging.Logger
Packages that use Logger
Package
Description
JUnit Jupiter API for writing tests.
Annotation-based conditions for enabling or disabling tests in JUnit Jupiter.
Configuration specific to the JUnit Jupiter test engine.
Test descriptors used within the JUnit Jupiter test engine.
Internal classes for test discovery within the JUnit Jupiter test engine.
Internal classes for test execution within the JUnit Jupiter test engine.
Test extensions specific to the JUnit Jupiter test engine.
Internal support classes for the JUnit Jupiter test engine.
Internal logging package.
Internal common utilities for JUnit.
TestDescriptor
-related support classes
intended to be used by test engine implementations and clients of
the launcher.Support classes and base implementation for any
TestEngine
that wishes to organize test suites
hierarchically based on the
Node
abstraction.Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder
.Common
LauncherDiscoveryListener
implementations and factory methods.Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.Test descriptors used within the JUnit Vintage test engine.
Internal classes for test discovery within the JUnit Vintage test engine.
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 -
Uses of Logger in org.junit.jupiter.api.condition
Fields in org.junit.jupiter.api.condition declared as Logger -
Uses of Logger in org.junit.jupiter.engine.config
Fields in org.junit.jupiter.engine.config declared as Logger -
Uses of Logger in org.junit.jupiter.engine.descriptor
Fields in org.junit.jupiter.engine.descriptor declared as Logger -
Uses of Logger in org.junit.jupiter.engine.discovery
Fields in org.junit.jupiter.engine.discovery declared as Logger -
Uses of Logger in org.junit.jupiter.engine.execution
Fields in org.junit.jupiter.engine.execution declared as Logger -
Uses of Logger in org.junit.jupiter.engine.extension
Fields in org.junit.jupiter.engine.extension declared as Logger -
Uses of Logger in org.junit.jupiter.engine.support
Fields in org.junit.jupiter.engine.support declared as Logger -
Uses of Logger in org.junit.platform.commons.logging
Classes in org.junit.platform.commons.logging that implement LoggerMethods in org.junit.platform.commons.logging that return Logger -
Uses of Logger in org.junit.platform.commons.util
Fields in org.junit.platform.commons.util declared as Logger -
Uses of Logger in org.junit.platform.engine.discovery
Fields in org.junit.platform.engine.discovery declared as Logger -
Uses of Logger in org.junit.platform.engine.support.descriptor
Fields in org.junit.platform.engine.support.descriptor declared as Logger -
Uses of Logger in org.junit.platform.engine.support.hierarchical
Fields in org.junit.platform.engine.support.hierarchical declared as Logger -
Uses of Logger in org.junit.platform.launcher.core
Fields in org.junit.platform.launcher.core declared as LoggerModifier and TypeFieldDescriptionprivate static final Logger
EngineDiscoveryOrchestrator.logger
private static final Logger
EngineIdValidator.logger
private static final Logger
InternalTestPlan.logger
private static final Logger
LauncherConfigurationParameters.logger
private static final Logger
ServiceLoaderPostDiscoveryFilterRegistry.logger
private static final Logger
ServiceLoaderTestEngineRegistry.logger
private static final Logger
ServiceLoaderTestExecutionListenerRegistry.logger
private static final Logger
TestExecutionListenerRegistry.logger
-
Uses of Logger in org.junit.platform.launcher.listeners.discovery
Fields in org.junit.platform.launcher.listeners.discovery declared as Logger -
Uses of Logger in org.junit.platform.testkit.engine
Fields in org.junit.platform.testkit.engine declared as Logger -
Uses of Logger in org.junit.vintage.engine.descriptor
Fields in org.junit.vintage.engine.descriptor declared as Logger -
Uses of Logger in org.junit.vintage.engine.discovery
Fields in org.junit.vintage.engine.discovery declared as Logger -
Uses of Logger in org.junit.vintage.engine.support
Fields in org.junit.vintage.engine.support declared as Logger