org.apache.jmeter.report.writers
Class DefaultReportSummary
- Cloneable, ReportSummary
public class DefaultReportSummary
The default implementation of ReportSummary just contains the stats
and basic information. It doesn't contain the actual report. In the
future we may want to implement a version with all the details to
display in a Swing GUI.
pages
protected ArrayList pages
DefaultReportSummary
public DefaultReportSummary()
getElapsedTime
public long getElapsedTime()
current implementation simply iterates over the Page summaries
and adds the times.
- getElapsedTime in interface ReportSummary
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.