Package com.thoughtworks.gauge
Class Specification
java.lang.Object
com.thoughtworks.gauge.Specification
Holds the information about the current Specification executing at runtime.
-
Constructor Details
-
Specification
-
Specification
public Specification()
-
-
Method Details
-
getTags
- Returns:
- List of all the tags in the Spec
-
getIsFailing
- Returns:
- True if the current spec is failing.
-
getFileName
- Returns:
- Full path to the Spec
-
getName
- Returns:
- The name of the Specification as mentioned in the Spec heading
-