Uses of Interface
org.easetech.easytest.loader.Loader

Packages that use Loader
org.easetech.easytest.loader   
org.easetech.easytest.util   
 

Uses of Loader in org.easetech.easytest.loader
 

Classes in org.easetech.easytest.loader that implement Loader
 class CSVDataLoader
          An implementation of Loader for the CSV based files.
 class EmptyLoader
          An empty loader implementation
 class ExcelDataLoader
          An implementation of Loader for the EXCEL(xls) based files.
 class XMLDataLoader
          An implementation of Loader for the XML based files.
 

Methods in org.easetech.easytest.loader that return Loader
static Loader LoaderFactory.getLoader(LoaderType loaderType)
          Return an instance of Loader based on the type of file or return null.
 

Uses of Loader in org.easetech.easytest.util
 

Methods in org.easetech.easytest.util that return Loader
 Loader TestInfo.getDataLoader()
          Get associated Data Loader
 

Methods in org.easetech.easytest.util with parameters of type Loader
 void TestInfo.setDataLoader(Loader dataLoader)
          Set associated Data Loader
 



Copyright © 2013. All Rights Reserved.