public abstract class DataProvider<T>
extends java.lang.Object
Constructor and Description |
---|
DataProvider(ProviderInformation providerInformation,
MethodWrapper<T> method) |
Modifier and Type | Method and Description |
---|---|
MethodWrapper<T> |
getMethod() |
ProviderInformation |
getProviderInformation() |
public DataProvider(ProviderInformation providerInformation, MethodWrapper<T> method)
public MethodWrapper<T> getMethod()
public ProviderInformation getProviderInformation()