Package org.jboss.byteman.tests.auxiliary

Examples of org.jboss.byteman.tests.auxiliary.C4.testMethod()


    public void test()
    {
        C4 c4 = new C4();
        try {
            log("calling C4.testMethod");
            c4.testMethod(this);
            log("called C4.testMethod");
        } catch (Exception e) {
            log(e);
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.