| |
|
| java.lang.Object org.apache.jmeter.report.writers.DefaultReportSummary
DefaultReportSummary | public class DefaultReportSummary implements ReportSummary(Code) | | author: Peter Lin author: The default implementation of ReportSummary just contains the stats author: and basic information. It doesn't contain the actual report. In the author: future we may want to implement a version with all the details to author: display in a Swing GUI. |
DefaultReportSummary | public DefaultReportSummary()(Code) | | |
addPageSummary | public void addPageSummary(PageSummary summary)(Code) | | Add a PageSummary to the report
|
getElapsedTime | public long getElapsedTime()(Code) | | current implementation simply iterates over the Page summaries
and adds the times.
|
getPagesSummaries | public PageSummary[] getPagesSummaries()(Code) | | The current implementation calls ArrayList.toArray(Object[])
|
removePageSummary | public void removePageSummary(PageSummary summary)(Code) | | remove a PageSummary
|
|
|
|