org.apache.jmeter.report.writers
Class HTMLReportWriter
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.report.writers.AbstractReportWriter
org.apache.jmeter.report.writers.HTMLReportWriter
- All Implemented Interfaces:
- Cloneable, ReportWriter, Serializable, TestElement
- public class HTMLReportWriter
- extends AbstractReportWriter
HTMLReportWriter is a basic report writer that produces HTML pages.
It contains all the necessary helper method to write out the report.
- Author:
- Peter Lin
- See Also:
- Serialized Form
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.testelement.AbstractTestElement |
addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, threadFinished, threadStarted, traverse, traverseCollection, traverseMap, traverseProperty |
HTMLReportWriter
public HTMLReportWriter()
writeReport
public ReportSummary writeReport(TestElement element)
- Description copied from class:
AbstractReportWriter
- Subclasses need to implement this method and provide the necessary
logic to produce a ReportSummary object and write the report
- Specified by:
writeReport
in interface ReportWriter
- Specified by:
writeReport
in class AbstractReportWriter
Copyright © 1998-2006 Apache Software Foundation. All Rights Reserved.