public class CucumberResultsOverview extends CucumberResultsCommon
| Modifier and Type | Field and Description |
|---|---|
private String |
outputDirectory |
private String |
outputName |
| Constructor and Description |
|---|
CucumberResultsOverview() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeFeaturesOverviewReport() |
private String |
generateFeatureOverview(CucumberFeatureResult[] results) |
private String |
getFeatureData(CucumberFeatureResult[] results) |
String |
getOutputDirectory() |
String |
getOutputName() |
private String |
getReportBase() |
private String |
getScenarioData(CucumberFeatureResult[] results) |
void |
setOutputDirectory(String outputDirectoryValue) |
void |
setOutputName(String outputNameValue) |
getSourceFile, readFileContent, setSourceFilepublic 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 setprivate String getReportBase() throws IOException
IOExceptionprivate String getFeatureData(CucumberFeatureResult[] results)
private String getScenarioData(CucumberFeatureResult[] results)
private String generateFeatureOverview(CucumberFeatureResult[] results) throws IOException
IOExceptionCopyright © 2013-2015. All Rights Reserved.