|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The purpose of ReportSummary is to provide a detailed description of the reports generated, how long it took and where the generated files are located.
Method Summary | |
void |
addPageSummary(PageSummary summary)
Add a page summary to the report summary |
long |
getElapsedTime()
This should be the elapsed time to run all the reports. |
PageSummary[] |
getPagesSummaries()
The method should return a list of the pages generated for the report and whether it succeeded or not |
void |
removePageSummary(PageSummary summary)
Remove a page summary from the report summary. |
Method Detail |
public void addPageSummary(PageSummary summary)
summary
- public long getElapsedTime()
public PageSummary[] getPagesSummaries()
public void removePageSummary(PageSummary summary)
summary
-
|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |