Package com.thoughtworks.gauge
Class Scenario
java.lang.Object
com.thoughtworks.gauge.Scenario
Holds the information about the current Scenario executing at Runtime.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Scenario
-
Scenario
public Scenario()
-
-
Method Details
-
getTags
- Returns:
- List of all tags in just the scenario
-
getIsFailing
- Returns:
- True if the scenario or spec is failing
-
getName
- Returns:
- Name of the Scenario as mentioned in the scenario heading
-