public final class HistoryChartGenerator extends Object
Constructor and Description |
---|
HistoryChartGenerator(String filePrefix,
String clazzName,
LabelType labelType,
DbConsumer consumer) |
Modifier and Type | Method and Description |
---|---|
void |
generate()
Generate the chart's HTML.
|
void |
includeMethod(String methodName)
Include a given method in the chart.
|
void |
updateMaxRuns(int newMax)
Update max history steps.
|
void |
updateMinMax(AxisRange r)
Update min/max fields.
|
public HistoryChartGenerator(String filePrefix, String clazzName, LabelType labelType, DbConsumer consumer)
consumer
- the database consumer.filePrefix
- Prefix for output files.clazzName
- The target test class (fully qualified name).Copyright © 2014 Carrot Search s.c.. All rights reserved.