|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.report.writers.AbstractReportWriter
org.apache.jmeter.report.writers.HTMLReportWriter
HTMLReportWriter is a basic report writer that produces HTML pages. It contains all the necessary helper method to write out the report.
Field Summary |
Fields inherited from class org.apache.jmeter.report.writers.AbstractReportWriter |
TARGET_DIRECTORY |
Fields inherited from interface org.apache.jmeter.testelement.TestElement |
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS |
Constructor Summary | |
HTMLReportWriter()
|
Method Summary | |
ReportSummary |
writeReport(TestElement element)
Subclasses need to implement this method and provide the necessary logic to produce a ReportSummary object and write the report |
Methods inherited from class org.apache.jmeter.report.writers.AbstractReportWriter |
archiveDirectory, getDayString, getTargetDirectory, makeDirectory, setTargetDirectory |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HTMLReportWriter()
Method Detail |
public ReportSummary writeReport(TestElement element)
AbstractReportWriter
writeReport
in interface ReportWriter
writeReport
in class AbstractReportWriter
|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |