com.lazerycode.jmeter.analyzer.writer
public interface Writer
ResultAnalyzer for each
discovered / configured RequestGroup in
each discovered results file.
Custom implementations should extend WriterBase to make use of it's convenience methods.| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
String |
getResultDataFileRelativePath()
The relative path below
AnalyzeMojo.targetDirectory to create
the files in if Environment.preserveDirectories is true |
void |
setFileName(String fileName)
Setter is called by
ResultAnalyzer before calling
write(java.util.Map). |
void |
setResultDataFileRelativePath(String resultDataFileRelativePath)
Setter is called by
ResultAnalyzer before calling
write(java.util.Map). |
void |
write(Map<String,AggregatedResponses> testResults)
Write test results to desired output.
|
void write(Map<String,AggregatedResponses> testResults) throws IOException, freemarker.template.TemplateException
WriterBase,
TemplateUtil
and FileUtil for convenience methods.testResults - the results to generate output forIOExceptionfreemarker.template.TemplateExceptionString getResultDataFileRelativePath()
AnalyzeMojo.targetDirectory to create
the files in if Environment.preserveDirectories is truevoid setResultDataFileRelativePath(String resultDataFileRelativePath)
ResultAnalyzer before calling
write(java.util.Map).String getFileName()
void setFileName(String fileName)
ResultAnalyzer before calling
write(java.util.Map).Copyright © 2013. All Rights Reserved.