public class ReactorLauncherSessionListener
extends java.lang.Object
implements org.junit.platform.launcher.LauncherSessionListener
构造器和说明 |
---|
ReactorLauncherSessionListener() |
限定符和类型 | 方法和说明 |
---|---|
void |
launcherSessionOpened(org.junit.platform.launcher.LauncherSession session) |
static void |
resetLoggersFactory()
Reset the
Loggers factory to defaults suitable for reactor-core tests. |
public static void resetLoggersFactory()
Loggers
factory to defaults suitable for reactor-core tests.
Notably, it installs an indirection via LoggerUtils.useCurrentLoggersWithCapture()
.public void launcherSessionOpened(org.junit.platform.launcher.LauncherSession session)
launcherSessionOpened
在接口中 org.junit.platform.launcher.LauncherSessionListener