Class 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 Detail

      • DocString

        public DocString()
    • Method Detail

      • getValue

        public String getValue()