public interface IDataProviderMethod
DataProvider annotated method.| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getIndices() |
Object |
getInstance() |
Method |
getMethod() |
String |
getName() |
boolean |
isParallel() |
Object getInstance()
null if the data
provider is a static one.Method getMethod()
Method object that represents the actual @DataProvider method.String getName()
boolean isParallel()
Copyright © 2025. All rights reserved.