cucumber.runtime
Class RuntimeOptions

java.lang.Object
  extended by cucumber.runtime.RuntimeOptions

public class RuntimeOptions
extends Object


Field Summary
 File dotCucumber
           
 boolean dryRun
           
 List<String> featurePaths
           
 List<Object> filters
           
 List<gherkin.formatter.Formatter> formatters
           
 List<String> glue
           
 boolean strict
           
static String USAGE
           
static String VERSION
           
 
Constructor Summary
RuntimeOptions(String... argv)
           
 
Method Summary
 List<CucumberFeature> cucumberFeatures(ResourceLoader resourceLoader)
           
 gherkin.formatter.Formatter formatter(ClassLoader classLoader)
           
 gherkin.formatter.Reporter reporter(ClassLoader classLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final String VERSION

USAGE

public static final String USAGE

glue

public List<String> glue

dotCucumber

public File dotCucumber

dryRun

public boolean dryRun

strict

public boolean strict

filters

public List<Object> filters

formatters

public List<gherkin.formatter.Formatter> formatters

featurePaths

public List<String> featurePaths
Constructor Detail

RuntimeOptions

public RuntimeOptions(String... argv)
Method Detail

cucumberFeatures

public List<CucumberFeature> cucumberFeatures(ResourceLoader resourceLoader)

formatter

public gherkin.formatter.Formatter formatter(ClassLoader classLoader)

reporter

public gherkin.formatter.Reporter reporter(ClassLoader classLoader)


Copyright © 2012. All Rights Reserved.