Package org.jboss.byteman.tests.auxiliary

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


    }

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


    }

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

TOP

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

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.