public interface IDataProviderMethod
DataProvider
annotated method.Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Integer> |
getIndices()
Which indices to run from this data provider, default: all.
|
java.lang.Object |
getInstance() |
java.lang.reflect.Method |
getMethod() |
java.lang.String |
getName()
The name of this DataProvider.
|
boolean |
isParallel()
Whether this data provider should be run in parallel.
|
java.lang.Object getInstance()
null
if the data
provider is a static one.java.lang.reflect.Method getMethod()
Method
object that represents the actual @DataProvider
method.java.lang.String getName()
boolean isParallel()
java.util.List<java.lang.Integer> getIndices()