Package io.cucumber.gherkin
Interface GherkinLanguageConstants
-
public interface GherkinLanguageConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMMENT_PREFIXstatic StringDOCSTRING_ALTERNATIVE_SEPARATORstatic StringDOCSTRING_SEPARATORstatic StringTABLE_CELL_SEPARATORstatic StringTAG_PREFIXstatic StringTITLE_KEYWORD_SEPARATOR
-
-
-
Field Detail
-
TAG_PREFIX
static final String TAG_PREFIX
- See Also:
- Constant Field Values
-
COMMENT_PREFIX
static final String COMMENT_PREFIX
- See Also:
- Constant Field Values
-
TITLE_KEYWORD_SEPARATOR
static final String TITLE_KEYWORD_SEPARATOR
- See Also:
- Constant Field Values
-
TABLE_CELL_SEPARATOR
static final String TABLE_CELL_SEPARATOR
- See Also:
- Constant Field Values
-
DOCSTRING_SEPARATOR
static final String DOCSTRING_SEPARATOR
- See Also:
- Constant Field Values
-
DOCSTRING_ALTERNATIVE_SEPARATOR
static final String DOCSTRING_ALTERNATIVE_SEPARATOR
- See Also:
- Constant Field Values
-
-