Package org.testng.internal
Class DataProviderMethodRemovable
- java.lang.Object
-
- org.testng.internal.DataProviderMethod
-
- org.testng.internal.DataProviderMethodRemovable
-
- All Implemented Interfaces:
IDataProviderMethod
class DataProviderMethodRemovable extends DataProviderMethod
Represents an @DataProvider
annotated method.
-
-
Field Summary
-
Fields inherited from class org.testng.internal.DataProviderMethod
instance, method
-
-
Constructor Summary
Constructors Constructor Description DataProviderMethodRemovable(java.lang.Object instance, java.lang.reflect.Method method, IDataProviderAnnotation annotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setInstance(java.lang.Object instance)
void
setMethod(java.lang.reflect.Method method)
-
Methods inherited from class org.testng.internal.DataProviderMethod
getIndices, getInstance, getMethod, getName, isParallel, propagateFailureAsTestFailure
-
-
-
-
Constructor Detail
-
DataProviderMethodRemovable
DataProviderMethodRemovable(java.lang.Object instance, java.lang.reflect.Method method, IDataProviderAnnotation annotation)
-
-