com.lazerycode.jmeter.analyzer.writer
public class ChartWriter extends WriterBase
| Constructor and Description |
|---|
ChartWriter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Needed to check if an Instance of ChartWriter is already in the
AnalyzeMojo.writers
Since this is more or less a simple PoJo, it is not necessary to make more than a simple instanceof check. |
protected OutputStream |
getOut(File file) |
void |
write(Map<String,AggregatedResponses> testResults)
Write test results to desired output.
|
getFile, getFileName, getResultDataFileRelativePath, setFileName, setResultDataFileRelativePathpublic boolean equals(Object obj)
AnalyzeMojo.writers
Since this is more or less a simple PoJo, it is not necessary to make more than a simple instanceof check.public void write(Map<String,AggregatedResponses> testResults) throws IOException, freemarker.template.TemplateException
WriterWriterBase,
TemplateUtil
and FileUtil for convenience methods.testResults - the results to generate output forIOExceptionfreemarker.template.TemplateExceptionprotected OutputStream getOut(File file) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2013. All Rights Reserved.