| Package | Description |
|---|---|
| gherkin.formatter | |
| gherkin.formatter.model |
| Modifier and Type | Method and Description |
|---|---|
void |
Reporter.after(Match match,
Result result) |
void |
PrettyFormatter.after(Match match,
Result result) |
void |
JSONFormatter.after(Match match,
Result result) |
void |
Reporter.before(Match match,
Result result) |
void |
PrettyFormatter.before(Match match,
Result result) |
void |
JSONFormatter.before(Match match,
Result result) |
void |
Reporter.result(Result result) |
void |
PrettyFormatter.result(Result result) |
void |
JSONFormatter.result(Result result) |
| Modifier and Type | Field and Description |
|---|---|
static Result |
Result.SKIPPED |
static Result |
Result.UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
List<Result> |
CellResult.getResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
CellResult.addResult(Result result) |
Copyright © 2025. All rights reserved.