Package io.cucumber.core.options
Interface CucumberOptionsAnnotationParser.CucumberOptions
-
- Enclosing class:
- CucumberOptionsAnnotationParser
public static interface CucumberOptionsAnnotationParser.CucumberOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleandryRun()String[]extraGlue()String[]features()String[]glue()booleanmonochrome()String[]name()Class<? extends ObjectFactory>objectFactory()String[]plugin()SnippetTypesnippets()booleanstrict()String[]tags()
-
-
-
Method Detail
-
dryRun
boolean dryRun()
-
strict
boolean strict()
-
features
String[] features()
-
glue
String[] glue()
-
extraGlue
String[] extraGlue()
-
tags
String[] tags()
-
plugin
String[] plugin()
-
monochrome
boolean monochrome()
-
name
String[] name()
-
snippets
SnippetType snippets()
-
objectFactory
Class<? extends ObjectFactory> objectFactory()
-
-