| Interface | Description |
|---|---|
| Argument |
Represents an argument in for a step definition.
|
| 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.
|
| Plugin |
Marker interface for all plugins.
|
| Scenario |
Before or After Hooks that declare a parameter of this type will receive an instance of this class.
|
| StepDefinitionReporter | |
| SummaryPrinter |
Interface for plugins that print a summary after test execution.
|
| TestCase | |
| TestStep |
A test step can either represent the execution of a hook
or a pickle step.
|
| TypeRegistry | |
| TypeRegistryConfigurer |
| Class | Description |
|---|---|
| Result |
| Enum | Description |
|---|---|
| HookType | |
| Result.Type | |
| SnippetType |
| Exception | Description |
|---|---|
| PendingException |
| Annotation Type | Description |
|---|---|
| CucumberOptions |
This annotation provides the same options as the cucumber command line,
Main. |
| Pending |
Any exception class annotated with this annotation will be treated as a "pending" exception.
|
| Transpose |
This annotation can be specified on step definition method parameters to give Cucumber a hint
to transpose a DataTable.
|
Copyright © 2018. All rights reserved.