| Interface | Description |
|---|---|
| Argument |
Represents an argument in a cucumber or regular expressions
|
| DataTableArgument |
Represents a Gherkin data table argument.
|
| DocStringArgument |
Represents a Gherkin doc string argument.
|
| Event | |
| EventHandler<T extends Event> | |
| EventPublisher | |
| HookTestStep |
Hooks are invoked before and after each scenario and before and
after each gherkin step in a scenario.
|
| PickleStepTestStep |
A pickle test step matches a line in a Gherkin scenario or background.
|
| Step |
Represents a step in a scenario.
|
| StepArgument |
Represents Gherkin step argument.
|
| TestCase | |
| TestStep |
A test step can either represent the execution of a hook
or a pickle step.
|
| Class | Description |
|---|---|
| EmbedEvent | |
| Result | |
| SnippetsSuggestedEvent | |
| StepDefinedEvent | |
| StepDefinition | |
| TestCaseEvent | |
| TestCaseFinished | |
| TestCaseStarted | |
| TestRunFinished | |
| TestRunStarted | |
| TestSourceRead | |
| TestStepFinished |
A test step finished event is broadcast when ever a step finishes.
|
| TestStepStarted |
A test step started event is broadcast when ever a step starts.
|
| WriteEvent |
| Enum | Description |
|---|---|
| HookType | |
| Status |
Copyright © 2020. All rights reserved.