public final class RuntimeOptions extends Object implements FeatureOptions, FilterOptions, PluginOptions, RunnerOptions
| Modifier and Type | Method and Description |
|---|---|
static RuntimeOptions |
defaultOptions() |
int |
getCount() |
List<URI> |
getFeaturePaths() |
List<URI> |
getGlue() |
List<String> |
getJunitOptions() |
int |
getLimitCount() |
Map<URI,Set<Integer>> |
getLineFilters() |
List<Pattern> |
getNameFilters() |
cucumber.runtime.order.PickleOrder |
getPickleOrder() |
List<String> |
getPluginNames() |
SnippetType |
getSnippetType() |
List<String> |
getTagFilters() |
int |
getThreads() |
boolean |
isDryRun() |
boolean |
isMonochrome() |
boolean |
isMultiThreaded() |
boolean |
isStrict() |
boolean |
isWip() |
public static RuntimeOptions defaultOptions()
public int getCount()
public boolean isMultiThreaded()
public List<String> getPluginNames()
getPluginNames in interface PluginOptionspublic List<URI> getGlue()
getGlue in interface RunnerOptionspublic boolean isStrict()
isStrict in interface PluginOptionspublic boolean isDryRun()
isDryRun in interface RunnerOptionspublic boolean isWip()
public List<URI> getFeaturePaths()
getFeaturePaths in interface FeatureOptionspublic List<Pattern> getNameFilters()
getNameFilters in interface FilterOptionspublic List<String> getTagFilters()
getTagFilters in interface FilterOptionspublic Map<URI,Set<Integer>> getLineFilters()
getLineFilters in interface FilterOptionspublic int getLimitCount()
getLimitCount in interface FilterOptionspublic boolean isMonochrome()
isMonochrome in interface PluginOptionspublic SnippetType getSnippetType()
getSnippetType in interface RunnerOptionspublic int getThreads()
public cucumber.runtime.order.PickleOrder getPickleOrder()
Copyright © 2019. All rights reserved.