public interface ScenarioOutcome
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Long |
getDuration() |
List<String> |
getExamples() |
Map<String,Collection<TestTag>> |
getExampleTags() |
ExternalLink |
getExternalLink() |
default List<TestTag> |
getFilteredTags() |
String |
getFormattedDuration() |
String |
getFormattedStartTime() |
String |
getId() |
String |
getName() |
String |
getNumberOfExamples() |
String |
getParentName() |
String |
getParentReport() |
TestResult |
getResult() |
String |
getResultStyle() |
Rule |
getRule() |
String |
getScenarioReport() |
List<String> |
getScenarioReportBadges() |
Collection<TestTag> |
getScenarioTags() |
String |
getSimplifiedName() |
ZonedDateTime |
getStartTime() |
Integer |
getStepCount() |
List<String> |
getSteps() |
Set<TestTag> |
getTags() |
String |
getTitle() |
String |
getType() |
boolean |
hasExamples() |
default boolean |
isBackground() |
Boolean |
isManual() |
String getName()
String getSimplifiedName()
String getTitle()
String getId()
String getType()
TestResult getResult()
String getResultStyle()
String getDescription()
boolean hasExamples()
String getNumberOfExamples()
String getScenarioReport()
Integer getStepCount()
ZonedDateTime getStartTime()
Long getDuration()
Boolean isManual()
String getFormattedStartTime()
String getFormattedDuration()
String getParentName()
String getParentReport()
Map<String,Collection<TestTag>> getExampleTags()
Rule getRule()
ExternalLink getExternalLink()
Collection<TestTag> getScenarioTags()
default boolean isBackground()
Copyright © 2022. All rights reserved.