| Class | Description |
|---|---|
| JavaBackendProviderService | |
| Scenario |
Before or After Hooks that declare a parameter of this type will receive an instance of this class.
|
| Enum | Description |
|---|---|
| Status |
| Exception | Description |
|---|---|
| PendingException |
When thrown from a step marks it as not yet implemented.
|
| Annotation Type | Description |
|---|---|
| After |
Execute method after each scenario.
|
| AfterStep |
Execute method after each step.
|
| Before |
Execute method before each scenario.
|
| BeforeStep |
Execute method before each step.
|
| DataTableType |
Register a data table type.
|
| DefaultDataTableCellTransformer |
Register default data table cell transformer.
|
| DefaultDataTableEntryTransformer |
Register default data table entry transformer.
|
| DefaultParameterTransformer |
Register default parameter type transformer.
|
| DocStringType |
Register doc string type.
|
| ParameterType |
Register parameter type.
|
| StepDefinitionAnnotation | |
| StepDefinitionAnnotations | |
| Transpose |
This annotation can be specified on step definition method parameters to give Cucumber a hint
to transpose a DataTable.
|
Copyright © 2019. All rights reserved.