public static interface CucumberOptionsAnnotationParser.CucumberOptions
Modifier and Type | Method and Description |
---|---|
boolean |
dryRun() |
String[] |
extraGlue() |
String[] |
features() |
String[] |
glue() |
boolean |
monochrome() |
String[] |
name() |
Class<? extends ObjectFactory> |
objectFactory() |
String[] |
plugin() |
SnippetType |
snippets() |
boolean |
strict() |
String[] |
tags() |
boolean dryRun()
boolean strict()
String[] features()
String[] glue()
String[] extraGlue()
String[] tags()
String[] plugin()
boolean monochrome()
String[] name()
SnippetType snippets()
Class<? extends ObjectFactory> objectFactory()
Copyright © 2020. All rights reserved.