Package org.apache.jmeter.control.gui

Examples of org.apache.jmeter.control.gui.LogicControllerGui


    public void testUpdateTree() throws Exception {
      HashTree tree = getTree(testFile2);
      loader.updateTree(tree);
      assertTrue(tree.getArray(tree.getArray()[0])[0] instanceof GenericController);
      loader.convertTree(tree);
      assertEquals(new LogicControllerGui().getStaticLabel(),
          ((JMeterGUIComponent)tree.getArray(tree.getArray()[0])[0]).getStaticLabel());
    }
View Full Code Here

TOP

Related Classes of org.apache.jmeter.control.gui.LogicControllerGui

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.