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(Properties properties, 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 final List<String> glue

filters

public final List<Object> filters

formatters

public final List<gherkin.formatter.Formatter> formatters

featurePaths

public final List<String> featurePaths

dotCucumber

public File dotCucumber

dryRun

public boolean dryRun

strict

public boolean strict
Constructor Detail

RuntimeOptions

public RuntimeOptions(Properties properties,
                      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.