| Package | Description |
|---|---|
| gherkin.pickles |
| Modifier and Type | Method and Description |
|---|---|
PickleLocation |
PickleTable.getLocation() |
PickleLocation |
PickleString.getLocation() |
PickleLocation |
PickleCell.getLocation() |
PickleLocation |
Argument.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
List<PickleLocation> |
PickleStep.getLocations() |
List<PickleLocation> |
Pickle.getLocations() |
| Constructor and Description |
|---|
PickleCell(PickleLocation location,
String value) |
PickleString(PickleLocation location,
String content) |
PickleTag(PickleLocation location,
String name) |
| Constructor and Description |
|---|
Pickle(String name,
String language,
List<PickleStep> steps,
List<PickleTag> tags,
List<PickleLocation> locations) |
PickleStep(String text,
List<Argument> arguments,
List<PickleLocation> locations) |
Copyright © 2017. All Rights Reserved.