Uses of Interface
org.easetech.easytest.io.Resource

Packages that use Resource
org.easetech.easytest.io   
org.easetech.easytest.loader   
 

Uses of Resource in org.easetech.easytest.io
 

Classes in org.easetech.easytest.io that implement Resource
 class ClasspathResource
          An instance of Resource interface for handling Classpath resources.
 class EmptyResource
          An empty implementation of the resource, useful in cases where the user loads the data from Java Class and thus does not require to load a resource explicitly
 class FileSystemResource
          A FileSystem based Resource implementation.
 class UrlResource
          A Resource implementation for the URL based resources.
 

Methods in org.easetech.easytest.io that return Resource
 Resource ResourceLoaderStrategy.getResource(String location)
          Get the resource based on the location.
 Resource ResourceLoader.getResource(String location)
          Get the Resource instance based on the location
 

Uses of Resource in org.easetech.easytest.loader
 

Methods in org.easetech.easytest.loader with parameters of type Resource
 Map<String,List<Map<String,Object>>> XMLDataLoader.loadData(Resource resource)
          Load the data from the given resource
 Map<String,List<Map<String,Object>>> Loader.loadData(Resource resource)
          Method responsible to Load the test data from the list of files passed as parameter
 Map<String,List<Map<String,Object>>> ExcelDataLoader.loadData(Resource resource)
          Main entry point for the Loader
 Map<String,List<Map<String,Object>>> EmptyLoader.loadData(Resource resource)
           
 Map<String,List<Map<String,Object>>> CSVDataLoader.loadData(Resource resource)
          Load the data for the given Resource
 void XMLDataLoader.writeData(Resource resource, Map<String,List<Map<String,Object>>> actualData, String... methodNames)
          Write Data to the existing XML File.
 void Loader.writeData(Resource resource, Map<String,List<Map<String,Object>>> actualData, String... methodNames)
          Method responsible for writing the test data and actual result back to the file
 void ExcelDataLoader.writeData(Resource resource, Map<String,List<Map<String,Object>>> actualData, String... methodNames)
          Write the data back to the file that is represented by the Resource instance
 void EmptyLoader.writeData(Resource resource, Map<String,List<Map<String,Object>>> actualData, String... methodNames)
           
 void CSVDataLoader.writeData(Resource resource, Map<String,List<Map<String,Object>>> actualData, String... methodNames)
          Write the data back to the file that is represented by the Resource instance
 



Copyright © 2013. All Rights Reserved.