com.lazerycode.jmeter.analyzer.writer
public abstract class DetailsWriterBase extends TextWriterBase
Writer implementations that write only detail data.| Constructor and Description |
|---|
DetailsWriterBase() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getDurationsSuffix() |
protected abstract String |
getSizesSuffix() |
void |
write(Map<String,AggregatedResponses> testResults)
Render results as text to a file
|
getRootTemplate, getWriter, renderTextgetFile, getFileName, getResultDataFileRelativePath, setFileName, setResultDataFileRelativePathpublic void write(Map<String,AggregatedResponses> testResults) throws IOException, freemarker.template.TemplateException
TextWriterBasewrite in interface Writerwrite in class TextWriterBasetestResults - Map to generate output fromIOExceptionfreemarker.template.TemplateExceptionprotected abstract String getDurationsSuffix()
protected abstract String getSizesSuffix()
Copyright © 2013. All Rights Reserved.