|
Annotation Types Summary |
| 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. |