use of org.jpos.transaction.participant.Debug in project jPOS by jpos.
the class LogTest method testCreateLogEvent1.
@Test
public void testCreateLogEvent1() throws Throwable {
LogEvent result = new Debug().createLogEvent("testLogLevel");
assertNull("result.getRealm()", result.getRealm());
}
Aggregations