Package org.testng.internal
Class DataProviderMethodRemovable
java.lang.Object
org.testng.internal.DataProviderMethod
org.testng.internal.DataProviderMethodRemovable
- All Implemented Interfaces:
IDataProviderMethod
Represents an @
DataProvider
annotated method.-
Field Summary
Fields inherited from class org.testng.internal.DataProviderMethod
instance, method
-
Constructor Summary
ConstructorsConstructorDescriptionDataProviderMethodRemovable
(Object instance, Method method, IDataProviderAnnotation annotation) -
Method Summary
Methods inherited from class org.testng.internal.DataProviderMethod
getIndices, getInstance, getMethod, getName, isParallel, propagateFailureAsTestFailure
-
Constructor Details
-
DataProviderMethodRemovable
DataProviderMethodRemovable(Object instance, Method method, IDataProviderAnnotation annotation)
-
-
Method Details
-
setInstance
-
setMethod
-