Package org.apache.jmeter.protocol.ftp.sampler

Examples of org.apache.jmeter.protocol.ftp.sampler.FTPSampler.addTestElement()



  public TestElement createTestElement()
  {
    FTPSampler sampler = new FTPSampler();
    sampler.addTestElement(ftpDefaultPanel.createTestElement());
    sampler.addTestElement(loginPanel.createTestElement());
    this.configureTestElement(sampler);
    return sampler;
  }
View Full Code Here


  public TestElement createTestElement()
  {
    FTPSampler sampler = new FTPSampler();
    sampler.addTestElement(ftpDefaultPanel.createTestElement());
    sampler.addTestElement(loginPanel.createTestElement());
    this.configureTestElement(sampler);
    return sampler;
  }

  public String getStaticLabel()
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.