public class FeatureResult extends Object
| Constructor and Description |
|---|
FeatureResult(Results results,
Feature feature) |
| Modifier and Type | Method and Description |
|---|---|
void |
addResult(ScenarioResult result) |
List<StepResult> |
getAllScenarioStepResultsNotHidden() |
Map<String,Object> |
getCallArg() |
String |
getCallArgPretty() |
String |
getCallName() |
String |
getDisplayUri() |
double |
getDurationMillis() |
String |
getErrorMessages() |
List<Throwable> |
getErrors() |
KarateException |
getErrorsCombined() |
int |
getFailedCount() |
Feature |
getFeature() |
int |
getLoopIndex() |
String |
getPackageQualifiedName() |
int |
getPassedCount() |
Map<String,Object> |
getResultAsPrimitiveMap() |
Results |
getResults() |
int |
getScenarioCount() |
List<ScenarioResult> |
getScenarioResults() |
boolean |
isEmpty() |
boolean |
isFailed() |
void |
printStats(String reportPath) |
void |
setCallArg(Map<String,Object> callArg) |
void |
setDisplayName(String displayName) |
void |
setLoopIndex(int loopIndex) |
void |
setResultVars(ScriptValueMap resultVars) |
Map<String,Object> |
toMap() |
public void printStats(String reportPath)
public List<StepResult> getAllScenarioStepResultsNotHidden()
public Results getResults()
public void setDisplayName(String displayName)
public Feature getFeature()
public String getPackageQualifiedName()
public String getDisplayUri()
public KarateException getErrorsCombined()
public String getErrorMessages()
public String getCallName()
public String getCallArgPretty()
public int getLoopIndex()
public void setLoopIndex(int loopIndex)
public double getDurationMillis()
public int getFailedCount()
public boolean isEmpty()
public int getScenarioCount()
public int getPassedCount()
public boolean isFailed()
public void setResultVars(ScriptValueMap resultVars)
public void addResult(ScenarioResult result)
public List<ScenarioResult> getScenarioResults()
Copyright © 2020. All rights reserved.