| Package | Description |
|---|---|
| gherkin.formatter.model |
| Modifier and Type | Method and Description |
|---|---|
abstract Row.DiffType |
Row.getDiffType() |
Row.DiffType |
ExamplesTableRow.getDiffType() |
Row.DiffType |
DataTableRow.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 © 2024. All rights reserved.