Interface ScenarioOutcome
- All Known Implementing Classes:
ScenarioSummaryOutcome,SingleScenarioOutcome
public interface ScenarioOutcome
-
Method Details
-
getName
String getName() -
getSimplifiedName
String getSimplifiedName() -
getTitle
String getTitle() -
getId
String getId() -
getType
String getType() -
getResult
TestResult getResult() -
getResultStyle
String getResultStyle() -
getDescription
String getDescription() -
getSteps
-
getExamples
-
getExampleOutcomes
-
hasExamples
boolean hasExamples() -
getNumberOfExamples
String getNumberOfExamples() -
getScenarioReport
String getScenarioReport() -
getScenarioReportBadges
-
getStepCount
Integer getStepCount() -
getStartTime
ZonedDateTime getStartTime() -
getTimestamp
Long getTimestamp() -
getDuration
Long getDuration() -
isManual
Boolean isManual() -
getFormattedStartTime
String getFormattedStartTime() -
getFormattedDuration
String getFormattedDuration() -
getParentName
String getParentName() -
getParentReport
String getParentReport() -
getTags
-
getExampleTags
Map<String,Collection<TestTag>> getExampleTags() -
getRule
Rule getRule() -
getExternalLink
ExternalLink getExternalLink() -
getScenarioTags
Collection<TestTag> getScenarioTags() -
isBackground
default boolean isBackground() -
getFilteredTags
-
getContext
String getContext()
-