public interface IDataProviderMethod
DataProvider
annotated method.Modifier and Type | Method and Description |
---|---|
List<Integer> |
getIndices()
Which indices to run from this data provider, default: all.
|
Object |
getInstance() |
Method |
getMethod() |
String |
getName()
The name of this DataProvider.
|
boolean |
isParallel()
Whether this data provider should be run in parallel.
|
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 © 2018. All rights reserved.