IAnnotation, IDataProviderAnnotationpublic class DataProviderAnnotation extends BaseAnnotation implements IDataProviderAnnotation
| Constructor | Description |
|---|---|
DataProviderAnnotation() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<java.lang.Integer> |
getIndices() |
|
java.lang.String |
getName() |
The name of this DataProvider.
|
boolean |
isParallel() |
Whether this data provider should be used in parallel.
|
void |
setIndices(java.util.List<java.lang.Integer> indices) |
|
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 IDataProviderAnnotationpublic java.util.List<java.lang.Integer> getIndices()
getIndices in interface IDataProviderAnnotationpublic void setIndices(java.util.List<java.lang.Integer> indices)
setIndices in interface IDataProviderAnnotation