public class DataProviderAnnotation extends BaseAnnotation implements IDataProviderAnnotation
| Constructor and Description |
|---|
DataProviderAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getIndices() |
String |
getName()
The name of this DataProvider.
|
boolean |
isParallel()
Whether this data provider should be used in parallel.
|
void |
setIndices(List<Integer> indices) |
void |
setName(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 String getName()
IDataProviderAnnotationgetName in interface IDataProviderAnnotationpublic void setName(String name)
setName in interface IDataProviderAnnotationpublic List<Integer> getIndices()
getIndices in interface IDataProviderAnnotationpublic void setIndices(List<Integer> indices)
setIndices in interface IDataProviderAnnotationCopyright © 2024. All rights reserved.