Package org.apache.jmeter.control

Examples of org.apache.jmeter.control.GenericController


   *
   *@return   !ToDo (Return description)
   ***************************************/
  public TestElement createTestElement()
  {
    GenericController lc = new GenericController();
    configureTestElement(lc);
    return lc;
  }
View Full Code Here

TOP

Related Classes of org.apache.jmeter.control.GenericController

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.