Package org.jpos.transaction.participant

Examples of org.jpos.transaction.participant.Debug


        assertTrue("Test completed without Exception", true);
    }

    @Test
    public void testError() throws Throwable {
        new Debug().error(new Object());
        assertTrue("Test completed without Exception", true);
    }
View Full Code Here

TOP

Related Classes of org.jpos.transaction.participant.Debug

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.