Package org.apache.jmeter.control

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


     *@exception Exception  !ToDo (Exception description)
     ***************************************/
    public void testConfigGathering() throws Exception
    {
      ListedHashTree testing = new ListedHashTree();
      GenericController controller = new GenericController();
      ConfigTestElement config1 = new ConfigTestElement();
      config1.setName("config1");
      config1.setProperty(HTTPSampler.DOMAIN, "www.jarkarta.org");
      HTTPSampler sampler = new HTTPSampler();
      sampler.setName("sampler");
View Full Code Here


   *
   *@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$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.