See: Description
Class | Description |
---|---|
DataProviderHelper |
A utility class intended to serve as a helper class for miscellaneous operations being done by
ExcelDataProviderImpl and YamlDataProviderImpl and XmlDataProviderImpl . |
DefaultCustomType |
This class represents a custom type that should automatically be handled.
|
ExcelDataProviderImpl |
This class provide several methods to retrieve test data from an Excel workbook.
|
FileSystemResource |
FileSystemResource defines the file name of the data source to be used for data provider consumption.
|
InputStreamResource |
InputStreamResource defines input stream of the data source to be used for data provider consumption.
|
JsonDataProviderImpl |
This class takes care of parsing the test data given in the JSON format using the GSON library.
|
Wrapper<T> |
This class represents the root of the XML document wrapping a bound type list of generic objects obtained when an XML is unmarshalled.
|
XmlDataProviderImpl |
This class provides several methods to retrieve test data from XML files.
|
XmlFileSystemResource |
Extends
FileSystemResource class to support XML file as a DataProvider to be used by
XmlDataProviderImpl . |
XmlInputStreamResource |
Extends
InputStreamResource class to support XML file as a DataProvider to be used by
XmlDataProviderImpl . |
YamlDataProviderImpl |
This class provides several methods to retrieve test data from yaml files.
|
Copyright © 2016 PayPal Open Source. All rights reserved.