| Interface | Description |
|---|---|
| Scenario |
Before or After Hooks that declare a parameter of this type will receive an instance of this class.
|
| Class | Description |
|---|---|
| DataTable |
Represents the data from a Gherkin DataTable.
|
| Transformer<T> |
Allows transformation of a step definition argument to a custom type, giving you full control
over how that type is instantiated.
|
| Enum | Description |
|---|---|
| SnippetType |
| Exception | Description |
|---|---|
| PendingException |
| Annotation Type | Description |
|---|---|
| CucumberOptions |
This annotation provides the same options as the cucumber command line,
Main. |
| Delimiter |
This annotation can be specified on step definition method parameters to give Cucumber a hint
about how to transform a String to a list of objects.
|
| Format |
This annotation can be specified on step definition method parameters to give Cucumber a hint
about how to transform a String into an object such as a Date or a Calendar.
|
| Pending |
Any exception class annotated with this annotation will be treated as a "pending" exception.
|
| Transform |
An annotation to specify how a Step Definition argument is transformed.
|
| Transpose |
This annotation can be specified on step definition method parameters to give Cucumber a hint
to transpose a DataTable into an object or list of objects.
|
Copyright © 2014. All Rights Reserved.