Uses of Class
org.junit.platform.launcher.listeners.LoggingListener
-
Packages that use LoggingListener Package Description org.junit.platform.launcher.listeners CommonTestExecutionListenerimplementations and related support classes for theLauncher. -
-
Uses of LoggingListener in org.junit.platform.launcher.listeners
Methods in org.junit.platform.launcher.listeners that return LoggingListener Modifier and Type Method Description static LoggingListenerLoggingListener. forBiConsumer(java.util.function.BiConsumer<java.lang.Throwable,java.util.function.Supplier<java.lang.String>> logger)Create aLoggingListenerwhich delegates to the suppliedBiConsumerfor consumption of logging messages.static LoggingListenerLoggingListener. forJavaUtilLogging()Create aLoggingListenerwhich delegates to aLoggerusing a log level ofFINE.static LoggingListenerLoggingListener. forJavaUtilLogging(java.util.logging.Level logLevel)Create aLoggingListenerwhich delegates to aLoggerusing the supplied log level.
-