Package io.cucumber.core.options
Class RuntimeOptions
- java.lang.Object
-
- io.cucumber.core.options.RuntimeOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.cucumber.core.plugin.Options
Options.Plugin
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RuntimeOptionsdefaultOptions()intgetCount()List<URI>getFeaturePaths()List<URI>getGlue()intgetLimitCount()Map<URI,Set<Integer>>getLineFilters()List<Pattern>getNameFilters()Class<? extends ObjectFactory>getObjectFactoryClass()PickleOrdergetPickleOrder()SnippetTypegetSnippetType()List<String>getTagExpressions()intgetThreads()booleanisDryRun()booleanisMonochrome()booleanisMultiThreaded()booleanisStrict()booleanisWip()List<Options.Plugin>plugins()
-
-
-
Method Detail
-
defaultOptions
public static RuntimeOptions defaultOptions()
-
getCount
public int getCount()
-
isMultiThreaded
public boolean isMultiThreaded()
-
plugins
public List<Options.Plugin> plugins()
-
getFeaturePaths
public List<URI> getFeaturePaths()
- Specified by:
getFeaturePathsin interfaceOptions
-
getTagExpressions
public List<String> getTagExpressions()
- Specified by:
getTagExpressionsin interfaceOptions
-
getNameFilters
public List<Pattern> getNameFilters()
- Specified by:
getNameFiltersin interfaceOptions
-
getLineFilters
public Map<URI,Set<Integer>> getLineFilters()
- Specified by:
getLineFiltersin interfaceOptions
-
getLimitCount
public int getLimitCount()
- Specified by:
getLimitCountin interfaceOptions
-
isMonochrome
public boolean isMonochrome()
- Specified by:
isMonochromein interfaceOptions
-
getSnippetType
public SnippetType getSnippetType()
- Specified by:
getSnippetTypein interfaceOptions
-
getObjectFactoryClass
public Class<? extends ObjectFactory> getObjectFactoryClass()
- Specified by:
getObjectFactoryClassin interfaceOptions- Specified by:
getObjectFactoryClassin interfaceOptions
-
getThreads
public int getThreads()
-
getPickleOrder
public PickleOrder getPickleOrder()
-
-