Package org.jmeterplugins.protocol.http.control

Examples of org.jmeterplugins.protocol.http.control.HttpSimpleTableControl


        init();
    }

    @Override
    public TestElement createTestElement() {
        simpleTableController = new HttpSimpleTableControl();
        log.debug("creating/configuring model = " + simpleTableController);
        modifyTestElement(simpleTableController);
        return simpleTableController;
    }
View Full Code Here


    }

    @Test
    public void testConfigure() {
        System.out.println("configure");
        TestElement element = new HttpSimpleTableControl();
        HttpSimpleTableControlGui instance = new HttpSimpleTableControlGui();
        instance.configure(element);
    }
View Full Code Here

    }

    @Test
    public void testModifyTestElement() {
        System.out.println("modifyTestElement");
        TestElement sampler = new HttpSimpleTableControl();
        HttpSimpleTableControlGui instance = new HttpSimpleTableControlGui();
        instance.modifyTestElement(sampler);
    }
View Full Code Here

TOP

Related Classes of org.jmeterplugins.protocol.http.control.HttpSimpleTableControl

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.