You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertEquals("Running in FULLCLASSPATH mode. Classpath is manually set (doc: http://spoon.gforge.inria.fr/launcher.html).",logger.getLoggingEvents().get(0).getMessage());
89
91
}
92
+
93
+
@Test
94
+
publicvoidtestLoggingOff() {
95
+
// contract: When logging is off, no message should me logged independent of logging level.
0 commit comments