|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface CucumberOptions
This annotation provides the same options as the cucumber command line, Main.
| Optional Element Summary | |
|---|---|
String |
dotcucumber
|
boolean |
dryRun
|
String[] |
features
|
String[] |
format
|
String[] |
glue
|
boolean |
monochrome
|
String[] |
name
Specify a patternfilter for features or scenarios |
SnippetType |
snippets
|
boolean |
strict
|
String[] |
tags
|
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 | ||||||||