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
Modifier and TypeMethodDescriptionstatic RuntimeOptionsintgetCount()getGlue()intClass<? extends ObjectFactory>List<io.cucumber.tagexpressions.Expression>intClass<? extends UuidGenerator>booleanisDryRun()booleanbooleanbooleanisWip()plugins()
-
Method Details
-
defaultOptions
-
isMultiThreaded
public boolean isMultiThreaded() -
getThreads
public int getThreads() -
plugins
-
isMonochrome
public boolean isMonochrome()- Specified by:
isMonochromein interfaceOptions
-
isWip
public boolean isWip() -
getGlue
-
isDryRun
public boolean isDryRun() -
getSnippetType
- Specified by:
getSnippetTypein interfaceOptions
-
getObjectFactoryClass
- Specified by:
getObjectFactoryClassin interfaceOptions- Specified by:
getObjectFactoryClassin interfaceOptions
-
getUuidGeneratorClass
- Specified by:
getUuidGeneratorClassin interfaceOptions- Specified by:
getUuidGeneratorClassin interfaceOptions
-
getFeaturePaths
- Specified by:
getFeaturePathsin interfaceOptions
-
getTagExpressions
- Specified by:
getTagExpressionsin interfaceOptions
-
getNameFilters
- Specified by:
getNameFiltersin interfaceOptions
-
getLineFilters
- Specified by:
getLineFiltersin interfaceOptions
-
getLimitCount
public int getLimitCount()- Specified by:
getLimitCountin interfaceOptions
-
getCount
public int getCount() -
getPickleOrder
-