Package org.apache.jmeter.testelement

Examples of org.apache.jmeter.testelement.WorkBench


   *
   *@return   !ToDo (Return description)
   ***************************************/
  public TestElement createTestElement()
  {
    WorkBench wb = new WorkBench();
    wb.setProperty(TestElement.NAME, getName());
    wb.setProperty(TestElement.GUI_CLASS, this.getClass().getName());
    wb.setProperty(TestElement.TEST_CLASS, WorkBench.class.getName());
    return wb;
  }
View Full Code Here

TOP

Related Classes of org.apache.jmeter.testelement.WorkBench

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.