Package org.apache.jmeter.control

Examples of org.apache.jmeter.control.LoopController$Test


   *@return   !ToDo (Return description)
   ***************************************/
  public JPanel createControllerPanel()
  {
    loopPanel = new LoopControlPanel(false);
    LoopController looper= (LoopController)loopPanel.createTestElement();
    looper.setLoops(-1);
    loopPanel.configure(looper);   
    return loopPanel;
  }
View Full Code Here

TOP

Related Classes of org.apache.jmeter.control.LoopController$Test

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.