Package | Description |
---|---|
org.imaginea.test.automation.framework.datadrive |
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
BaseDataDrive.getClassObjectList(Class<?> type)
Method to be used to parse the data file and to create data objects of the respective passed class.
|
<T> List<T> |
ClassParser.getClassObjectList(Class<?> type,
Map<String,List<String>> dataMap) |
<T> Object[][] |
BaseDataDrive.getTestngData(Class<?> type)
Method to be used to parse the data file and to create data objects of the respective passed class.
|
<T> Object[][] |
ClassParser.getTestngData(Class<?> type,
Map<String,List<String>> dataMap) |
void |
ClassParser.setValue(Field field,
Object obj,
String value) |
Copyright © 2014. All rights reserved.