Uses of Interface
cucumber.io.Resource

Packages that use Resource
cucumber.io   
cucumber.runtime   
 

Uses of Resource in cucumber.io
 

Methods in cucumber.io that return Resource
 Resource FileResourceIterator.next()
           
 Resource ZipResourceIterator.next()
           
 

Methods in cucumber.io that return types with arguments of type Resource
 Iterable<Resource> FileResourceLoader.resources(String path, String suffix)
           
 Iterable<Resource> ClasspathResourceLoader.resources(String path, String suffix)
           
 Iterable<Resource> ResourceLoader.resources(String path, String suffix)
           
 

Uses of Resource in cucumber.runtime
 

Methods in cucumber.runtime with parameters of type Resource
 void FeatureBuilder.parse(Resource resource, List<Object> filters)
           
 



Copyright © 2012. All Rights Reserved.