77787980818283
@Test public void testLogListener() throws Exception { assertThat(logListener, is(notNullValue())); logListener.logEvent(new InfoLogEvent("This is a test info message.")); }