Uses of Interface
cucumber.io.ResourceLoader

Packages that use ResourceLoader
cucumber.io   
cucumber.runtime   
cucumber.runtime.model   
 

Uses of ResourceLoader in cucumber.io
 

Classes in cucumber.io that implement ResourceLoader
 class ClasspathResourceLoader
           
 class FileResourceLoader
           
 class MultiLoader
           
 

Uses of ResourceLoader in cucumber.runtime
 

Methods in cucumber.runtime with parameters of type ResourceLoader
 List<CucumberFeature> RuntimeOptions.cucumberFeatures(ResourceLoader resourceLoader)
           
 

Constructors in cucumber.runtime with parameters of type ResourceLoader
Runtime(ResourceLoader resourceLoader, ClassLoader classLoader, Collection<? extends Backend> backends, RuntimeOptions runtimeOptions)
           
Runtime(ResourceLoader resourceLoader, ClassLoader classLoader, RuntimeOptions runtimeOptions)
           
 

Uses of ResourceLoader in cucumber.runtime.model
 

Methods in cucumber.runtime.model with parameters of type ResourceLoader
static List<CucumberFeature> CucumberFeature.load(ResourceLoader resourceLoader, List<String> featurePaths, List<Object> filters)
           
 



Copyright © 2012. All Rights Reserved.