| 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 | Deprecated
use
Scenario instead. |
| StepDefinitionReporter | Deprecated
in favor of
StepDefinedEvent, as Lambda Step Definitions are not reported through this class. |
| 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 | Deprecated
use
TypeRegistry instead. |
| TypeRegistryConfigurer | Deprecated
use
TypeRegistryConfigurer instead. |
| Class | Description |
|---|---|
| Result |
| Enum | Description |
|---|---|
| HookType | |
| Result.Type | |
| SnippetType | Deprecated
use
io.cucumber.junit.CucumberOptions or io.cucumber.testng.CucumberOptions instead. |
| Exception | Description |
|---|---|
| PendingException |
| Annotation Type | Description |
|---|---|
| CucumberOptions | Deprecated
use either
io.cucumber.junit.CucumberOptions or io.cucumber.testng.CucumberOptions. |
| Pending |
Any exception class annotated with this annotation will be treated as a "pending" exception.
|
| Transpose | Deprecated
use
io.cucumber.java.Transpose instead. |
Copyright © 2019. All rights reserved.