Interface | Description |
---|---|
Plugin |
Marker interface for all plugins.
|
Scenario |
Before or After Hooks that declare a parameter of this type will receive an instance of this class.
|
StepDefinitionReporter | |
SummaryPrinter |
Interface for plugins that print a summary after test execution.
|
TableConverter |
Class | Description |
---|---|
DataTable |
Represents the data from a Gherkin DataTable.
|
Result | |
TestCase | |
TestStep | |
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 |
---|---|
HookType | |
Result.Type | |
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 © 2017. All rights reserved.