| Package | Description |
|---|---|
| com.paypal.selion.platform.dataprovider |
A collection of interfaces which provides declaration of SeLion data providers.
|
| com.paypal.selion.platform.dataprovider.impl |
A collection of classes which load external data sources for data driven test scenarios.
|
| Class and Description |
|---|
| DataResource
This interface declare the prototype for data source which will be used in DataProvider Impl.
|
| SeLionDataProvider
This interface defines prototype to implement own data provider implementation to parse the specific format data
file.
|
| Class and Description |
|---|
| DataProviderException
This Exception class is specific to data reader.
|
| DataResource
This interface declare the prototype for data source which will be used in DataProvider Impl.
|
| ExcelDataProvider
This interface defines prototype to implement excel data provider implementation to parse excel format data file.
|
| SeLionDataProvider
This interface defines prototype to implement own data provider implementation to parse the specific format data
file.
|
| XmlDataProvider
This interface defines prototype to implement xml data provider implementation to parse the xml format data file.
|
| XmlDataSource
This interface declare the prototype for xml data source which will be used in XML DataProvider Impl.
|
Copyright © 2016 PayPal Open Source. All rights reserved.