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<gherkin.formatter.Formatter> formatters
           
 List<String> glue
           
 List<String> tags
           
 
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

glue

public List<String> glue

dotCucumber

public File dotCucumber

dryRun

public boolean dryRun

tags

public List<String> tags

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.