public class CucumberDetailedResults extends CucumberResultsCommon
| Modifier and Type | Class and Description |
|---|---|
class |
CucumberDetailedResults.OverviewStats |
| Modifier and Type | Field and Description |
|---|---|
private String |
screenShotLocation |
private String |
screenShotWidth |
CHART_HEIGHT, CHART_THICKNESS, CHART_WIDTH| Constructor and Description |
|---|
CucumberDetailedResults() |
aggregateResults, dumpOverviewStats, exportToPDF, generatePieChart, getOutputDirectory, getOutputName, getPdfPageSize, getSourceFile, readFileContent, readFileContent, readFileContent, replaceHtmlEntitiesWithCodes, replaceSvgWithPng, setOutputDirectory, setOutputName, setPdfPageSize, setSourceFileprivate String screenShotLocation
private String screenShotWidth
public final String getScreenShotLocation()
public final void setScreenShotLocation(String screenShotLocationValue)
screenShotLocationValue - the screenShotLocation to setpublic final String getScreenShotWidth()
public final void setScreenShotWidth(String screenShotWidthValue)
screenShotWidthValue - the screenShotWidth to setprivate String getReportBase() throws IOException
IOExceptionpublic CucumberDetailedResults.OverviewStats valuateOverviewStats(CucumberFeatureResult[] results)
private String generateOverview(CucumberFeatureResult[] results)
private String generateTableOfContents(CucumberFeatureResult[] results)
private String generateStepRows(CucumberStepResult step)
private String generateDocString(CucumberStepResult step)
private String generateScreenShot(CucumberScenarioResult scenario, CucumberStepResult step)
private String generateBeforeAfterRow(CucumberBeforeAfterResult results, String name)
private String generateStepsReport(CucumberFeatureResult[] results) throws IOException
IOExceptionpublic void executeDetailedResultsReport(boolean toPdf,
boolean aggregate)
throws Exception
Exceptionpublic int[][] getStatuses(CucumberFeatureResult[] results)
getStatuses in class CucumberResultsCommonCopyright © 2013-2016. All Rights Reserved.