See: Description
| Interface | Description |
|---|---|
| Loader |
An interface for different types of loader.
|
| Class | Description |
|---|---|
| CSVDataLoader |
An implementation of
Loader for the CSV based files. |
| DataConverter |
A Utility class that helps
DataDrivenTestRunner and DataContext classes to store the input test data in a
format that is easy to display to the user as well as easy to interpret. |
| DataLoaderUtil |
A Utility class for loading test data.
|
| EmptyLoader |
An empty loader implementation
|
| ExcelDataLoader |
An implementation of
Loader for the EXCEL(xls) based files. |
| LoaderFactory |
A factory class responsible for churning out Loader instances based on the type of
LoaderType to load the data from. |
| XMLDataLoader |
An implementation of
Loader for the XML based files. |
| Enum | Description |
|---|---|
| LoaderType |
An Enum identifying the type of loader to be used for loading the data.
|
Copyright © 2014. All rights reserved.