java.lang.Object
org.junit.platform.launcher.listeners.LoggingListener
All Implemented Interfaces:
TestExecutionListener

@API(status=MAINTAINED, since="1.0") public class LoggingListener extends Object implements TestExecutionListener
Simple TestExecutionListener for logging informational messages for all events via a BiConsumer that consumes Throwable and Supplier<String>.
Since:
1.0
See Also: