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(BiConsumer<Throwable,Supplier<String>> logger)
Create a
LoggingListener which delegates to the supplied
BiConsumer for consumption of logging messages. |
static LoggingListener |
LoggingListener.forJavaUtilLogging()
|
static LoggingListener |
LoggingListener.forJavaUtilLogging(Level logLevel)
|