Class DocString

java.lang.Object
net.masterthought.cucumber.json.DocString

public class DocString extends Object
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 Details

    • DocString

      public DocString()
  • Method Details

    • getValue

      public String getValue()