public class CucumberDetailedResults extends CucumberResultsCommon
| Modifier and Type | Field and Description |
|---|---|
private String |
outputDirectory |
private String |
outputName |
private String |
screenShotLocation |
| Constructor and Description |
|---|
CucumberDetailedResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeDetailedResultsReport(boolean toPdf) |
private String |
generateNameFromId(String scId) |
private String |
generateOverview(CucumberFeatureResult[] results) |
private String |
generateScreenShot(CucumberScenarioResult scenario,
CucumberStepResult step) |
private String |
generateStepRows(CucumberStepResult step) |
private String |
generateStepsReport(CucumberFeatureResult[] results) |
private String |
generateTableOfContents(CucumberFeatureResult[] results) |
String |
getOutputDirectory() |
String |
getOutputName() |
private String |
getReportBase() |
String |
getScreenShotLocation() |
void |
setOutputDirectory(String outputDirectoryValue) |
void |
setOutputName(String outputNameValue) |
void |
setScreenShotLocation(String screenShotLocationValue) |
getSourceFile, readFileContent, setSourceFileprivate String outputDirectory
private String outputName
private String screenShotLocation
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 setprivate String getReportBase() throws IOException
IOExceptionprivate String generateOverview(CucumberFeatureResult[] results)
private String generateTableOfContents(CucumberFeatureResult[] results)
private String generateStepRows(CucumberStepResult step)
private String generateScreenShot(CucumberScenarioResult scenario, CucumberStepResult step)
private String generateStepsReport(CucumberFeatureResult[] results) throws IOException
IOExceptionCopyright © 2013-2015. All Rights Reserved.