Package net.masterthought.cucumber.json
Class DocString
java.lang.Object
net.masterthought.cucumber.json.DocString
Doc Strings are handy for specifying a larger piece of text. This is inspired from Python’s Docstring syntax.
In your step definition, there’s no need to find this text and match it in your Regexp. It will automatically be
passed as the last parameter in the step definition.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DocString
public DocString()
-
-
Method Details
-
getValue
-