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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExcelDataProvider
This interface defines prototype to implement excel data provider implementation to parse excel format data file.
|
interface |
XmlDataProvider
This interface defines prototype to implement xml data provider implementation to parse the xml format data file.
|
Modifier and Type | Method and Description |
---|---|
static SeLionDataProvider |
DataProviderFactory.getDataProvider(DataResource resource)
Load the Data provider implementation for the data file type
|
Modifier and Type | Class and Description |
---|---|
class |
ExcelDataProviderImpl
This class provide several methods to retrieve test data from an Excel workbook.
|
class |
JsonDataProviderImpl
This class takes care of parsing the test data given in the JSON format using the GSON library.
|
class |
XmlDataProviderImpl
This class provides several methods to retrieve test data from XML files.
|
class |
YamlDataProviderImpl
This class provides several methods to retrieve test data from yaml files.
|
Copyright © 2016 PayPal Open Source. All rights reserved.