public final class HistoryChartGenerator extends Object
Constructor and Description |
---|
HistoryChartGenerator(Connection connection,
String filePrefix,
String clazzName,
LabelType labelType) |
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(Connection connection, String filePrefix, String clazzName, LabelType labelType)
connection
- H2 database connection.filePrefix
- Prefix for output files.clazzName
- The target test class (fully qualified name).Copyright © 2015 Carrot Search s.c.. All rights reserved.