public class PerformanceReporter extends Object
Modifier and Type | Field and Description |
---|---|
static String |
STEP_FAILED |
static String |
STEP_PASSED |
static String |
STEP_SKIPPED |
Constructor and Description |
---|
PerformanceReporter() |
Modifier and Type | Method and Description |
---|---|
Map<String,Summary> |
getFeatureSummaries() |
Summary |
getPerformanceData(List<ProjectRun> runs) |
Map<String,Summary> |
getScenarioSummaries() |
Map<String,Summary> |
getStepSummaries() |
void |
initialiseEntryMaps() |
protected PerformanceEntry |
processFeature(Feature feature,
Date runDate,
int buildNumber,
int higherOrderParam) |
protected PerformanceEntry |
processRun(ProjectRun projectRun) |
protected PerformanceEntry |
processScenario(Elements scenario,
Date runDate,
int buildNumber,
String featureId,
int higherOrderParam,
String featureName) |
protected PerformanceEntry |
processStep(Step step,
Date runDate,
int buildNumber,
String scenarioId,
int orderParam,
String scenarioName) |
public static final String STEP_FAILED
public static final String STEP_SKIPPED
public static final String STEP_PASSED
public Summary getPerformanceData(List<ProjectRun> runs)
protected PerformanceEntry processRun(ProjectRun projectRun)
protected PerformanceEntry processFeature(Feature feature, Date runDate, int buildNumber, int higherOrderParam)
protected PerformanceEntry processScenario(Elements scenario, Date runDate, int buildNumber, String featureId, int higherOrderParam, String featureName)
protected PerformanceEntry processStep(Step step, Date runDate, int buildNumber, String scenarioId, int orderParam, String scenarioName)
public void initialiseEntryMaps()
Copyright © 2016. All rights reserved.