|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||
CucumberOptions instead.
@Retention(value=RUNTIME) @Target(value=TYPE) @Deprecated public static @interface Cucumber.Options
This annotation can be used to give additional hints to the Cucumber runner
about what to run. It provides similar options to the Cucumber command line used by Main
| Optional Element Summary | |
|---|---|
String |
dotcucumber
Deprecated. |
boolean |
dryRun
Deprecated. |
String[] |
features
Deprecated. |
String[] |
format
Deprecated. |
String[] |
glue
Deprecated. |
boolean |
monochrome
Deprecated. |
String[] |
name
Deprecated. Specify a patternfilter for features or scenarios |
SnippetType |
snippets
Deprecated. |
boolean |
strict
Deprecated. |
String[] |
tags
Deprecated. |
public abstract boolean dryRun
public abstract boolean strict
public abstract String[] features
public abstract String[] glue
public abstract String[] tags
public abstract String[] format
public abstract boolean monochrome
public abstract String[] name
public abstract String dotcucumber
public abstract SnippetType snippets
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||