Package | Description |
---|---|
gherkin.formatter.model |
Modifier and Type | Method and Description |
---|---|
Row.DiffType |
ExamplesTableRow.getDiffType() |
Row.DiffType |
DataTableRow.getDiffType() |
abstract Row.DiffType |
Row.getDiffType() |
static Row.DiffType |
Row.DiffType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Row.DiffType[] |
Row.DiffType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DataTableRow(List<Comment> comments,
List<String> cells,
Integer line,
Row.DiffType diffType) |
Copyright © 2018. All rights reserved.