MCPcopy Create free account
hub / github.com/ebarlas/microhttp / noopLogger

Method noopLogger

src/test/java/org/microhttp/LoggerTest.java:10–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8public class LoggerTest {
9
10 @Test
11 public void noopLogger() {
12 Logger logger = NoopLogger.instance();
13 assertFalse(logger.enabled());
14 assertSame(NoopLogger.instance(), logger);
15 }
16}

Callers

nothing calls this directly

Calls 2

instanceMethod · 0.95
enabledMethod · 0.95

Tested by

no test coverage detected