Example #1
0
 @Test
 public void shouldUseNoLogging() {
   LogFactory.useNoLogging();
   logSomething(false);
 }