public class CucumberResultsCommon extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
sourceFile |
| Constructor and Description |
|---|
CucumberResultsCommon() |
| Modifier and Type | Method and Description |
|---|---|
CucumberFeatureResult[] |
aggregateResults(CucumberFeatureResult[] input,
boolean collapse) |
String |
getSourceFile() |
CucumberFeatureResult[] |
readFileContent(boolean aggregate) |
<T extends CucumberFeatureResult> |
readFileContent(Class<T> param) |
void |
setSourceFile(String sourceFileValue) |
private String sourceFile
public final String getSourceFile()
public final void setSourceFile(String sourceFileValue)
sourceFileValue - the sourceFile to setpublic CucumberFeatureResult[] aggregateResults(CucumberFeatureResult[] input, boolean collapse)
public CucumberFeatureResult[] readFileContent(boolean aggregate) throws Exception
Exceptionpublic <T extends CucumberFeatureResult> T[] readFileContent(Class<T> param) throws Exception
ExceptionCopyright © 2013-2015. All Rights Reserved.