Package cucumber.api

Interface Summary
Scenario Before or After Hooks that declare a parameter of this type will receive an instance of this class.
 

Class Summary
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 Summary
SnippetType  
 

Exception Summary
PendingException  
 

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.
 



Copyright © 2013. All Rights Reserved.