public class DataProviderAnnotation extends BaseAnnotation implements IDataProviderAnnotation
| Constructor and Description |
|---|
DataProviderAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
The name of this DataProvider.
|
boolean |
isParallel()
Whether this data provider should be used in parallel.
|
void |
setName(java.lang.String name) |
void |
setParallel(boolean parallel) |
getConstructor, getMethod, getTestClass, setConstructor, setMethod, setTestClasspublic boolean isParallel()
IDataProviderAnnotationisParallel in interface IDataProviderAnnotationpublic void setParallel(boolean parallel)
setParallel in interface IDataProviderAnnotationpublic java.lang.String getName()
IDataProviderAnnotationgetName in interface IDataProviderAnnotationpublic void setName(java.lang.String name)
setName in interface IDataProviderAnnotation