Search in sources :

Example 11 with Debug

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());
}
Also used : Debug(org.jpos.transaction.participant.Debug) Test(org.junit.Test)

Aggregations

Debug (org.jpos.transaction.participant.Debug)11 Test (org.junit.Test)11 CheckPoint (org.jpos.transaction.participant.CheckPoint)2 LogEvent (org.jpos.util.LogEvent)2 NotActiveException (java.io.NotActiveException)1 ArrayList (java.util.ArrayList)1 BSHTransactionParticipant (org.jpos.transaction.participant.BSHTransactionParticipant)1 HasEntry (org.jpos.transaction.participant.HasEntry)1