|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceLoader | |
---|---|
cucumber.cli | |
cucumber.io | |
cucumber.runtime | |
cucumber.runtime.model |
Uses of ResourceLoader in cucumber.cli |
---|
Methods in cucumber.cli with parameters of type ResourceLoader | |
---|---|
Runtime |
RuntimeFactory.createRuntime(ResourceLoader fileResourceLoader,
List<String> gluePaths,
ClassLoader classLoader,
boolean dryRun)
|
Runtime |
DefaultRuntimeFactory.createRuntime(ResourceLoader resourceLoader,
List<String> gluePaths,
ClassLoader classLoader,
boolean dryRun)
|
Uses of ResourceLoader in cucumber.io |
---|
Classes in cucumber.io that implement ResourceLoader | |
---|---|
class |
ClasspathResourceLoader
|
class |
FileResourceLoader
|
Uses of ResourceLoader in cucumber.runtime |
---|
Constructors in cucumber.runtime with parameters of type ResourceLoader | |
---|---|
Runtime(ResourceLoader resourceLoader,
List<String> gluePaths,
ClassLoader classLoader)
|
|
Runtime(ResourceLoader resourceLoader,
List<String> gluePaths,
ClassLoader classLoader,
boolean isDryRun)
|
|
Runtime(ResourceLoader resourceLoader,
List<String> gluePaths,
ClassLoader classLoader,
Collection<? extends Backend> backends,
boolean isDryRun)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |