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, setTestClass
public boolean isParallel()
IDataProviderAnnotation
isParallel
in interface IDataProviderAnnotation
public void setParallel(boolean parallel)
setParallel
in interface IDataProviderAnnotation
public String getName()
IDataProviderAnnotation
getName
in interface IDataProviderAnnotation
public void setName(String name)
setName
in interface IDataProviderAnnotation
public List<Integer> getIndices()
getIndices
in interface IDataProviderAnnotation
public void setIndices(List<Integer> indices)
setIndices
in interface IDataProviderAnnotation
Copyright © 2024. All rights reserved.