Package hudson.plugins.performance

Examples of hudson.plugins.performance.UriReport


  private static final long MAX = 10;
  private UriReport uriReport;

  @Before
  public void setUp() {
    uriReport = new UriReport(null, null, null);
    HttpSample httpSample1 = new HttpSample();
    httpSample1.setDuration(MAX);
    Date date = new Date();
    httpSample1.setDate(date);
    httpSample1.setSuccessful(false);
View Full Code Here

TOP

Related Classes of hudson.plugins.performance.UriReport

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.