public class CucumberDetailedResults extends CucumberResultsCommon
| Modifier and Type | Field and Description |
|---|---|
private String |
outputDirectory |
private String |
outputName |
private String |
screenShotLocation |
private String |
screenShotWidth |
| Constructor and Description |
|---|
CucumberDetailedResults() |
aggregateResults, getSourceFile, readFileContent, readFileContent, setSourceFileprivate String outputDirectory
private String outputName
private String screenShotLocation
private String screenShotWidth
public final String getOutputDirectory()
public final void setOutputDirectory(String outputDirectoryValue)
outputDirectoryValue - the outputDirectory to setpublic final String getOutputName()
public final void setOutputName(String outputNameValue)
outputNameValue - the outputName to setpublic 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
IOExceptionprivate 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
IOExceptionCopyright © 2013-2015. All Rights Reserved.