public interface IDataProviderMethod
DataProvider annotated method.| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Integer> |
getIndices() |
java.lang.Object |
getInstance() |
java.lang.reflect.Method |
getMethod() |
java.lang.String |
getName() |
boolean |
isParallel() |
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()