| Package | Description |
|---|---|
| org.junit.platform.launcher.listeners |
Common
TestExecutionListener implementations and related support classes for
the Launcher. |
| Modifier and Type | Method and Description |
|---|---|
static LoggingListener |
LoggingListener.forBiConsumer(java.util.function.BiConsumer<java.lang.Throwable,java.util.function.Supplier<java.lang.String>> logger)
Create a
LoggingListener which delegates to the supplied
BiConsumer for consumption of logging messages. |
static LoggingListener |
LoggingListener.forJavaUtilLogging()
Create a
LoggingListener which delegates to a
Logger using a log level of
FINE. |
static LoggingListener |
LoggingListener.forJavaUtilLogging(java.util.logging.Level logLevel)
Create a
LoggingListener which delegates to a
Logger using the supplied
log level. |