Package org.jboss.byteman.tests.auxiliary

Examples of org.jboss.byteman.tests.auxiliary.C4


        super(TestAbstractInterfaceCall.class.getCanonicalName());
    }

    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

Related Classes of org.jboss.byteman.tests.auxiliary.C4

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.