| Package | Description |
|---|---|
| org.easetech.easytest.loader |
package containing various Loaders part of the easytest framework and related classes
|
| org.easetech.easytest.util |
Util Package
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
static Loader |
LoaderFactory.getLoader(LoaderType loaderType)
Return an instance of
Loader based on the type of file or return null. |
| Modifier and Type | Method and Description |
|---|---|
Loader |
TestInfo.getDataLoader()
Get associated Data Loader
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestInfo.setDataLoader(Loader dataLoader)
Set associated Data Loader
|
Copyright © 2014. All rights reserved.