public class DataManager extends Object
| 构造器和说明 |
|---|
DataManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Iterator |
getDataProvider()
Gets data provider.
|
static Iterator |
getDataProvider(Class cls,
Method method)
Gets data provider.
|
static Iterator<Object[]> |
getDataProvider(Method method)
Gets data provider.
|
static String |
getXmlDataNmae()
Gets xml data nmae.
|
static String |
getXmlName()
Gets xml name.
|
static void |
setXmlDataNmae(String xmlDataNmae)
Sets xml data nmae.
|
static void |
setXmlName(String xmlName)
Sets xml name.
|
public static Iterator<Object[]> getDataProvider(Method method)
method - the methodpublic static Iterator getDataProvider(Class cls, Method method)
cls - the clsmethod - the methodpublic static Iterator getDataProvider()
public static String getXmlName()
public static void setXmlName(String xmlName)
xmlName - the xml namepublic static String getXmlDataNmae()
public static void setXmlDataNmae(String xmlDataNmae)
xmlDataNmae - the xml data nmaeCopyright © 2016. All rights reserved.