public class SpecificDataPointsSupplier extends AllMembersSupplier
AllMembersSupplier.MethodParameterValue| Constructor and Description |
|---|
SpecificDataPointsSupplier(TestClass testClass) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<java.lang.reflect.Field> |
getDataPointsFields(ParameterSignature sig) |
protected java.util.Collection<FrameworkMethod> |
getDataPointsMethods(ParameterSignature sig) |
protected java.util.Collection<java.lang.reflect.Field> |
getSingleDataPointFields(ParameterSignature sig) |
protected java.util.Collection<FrameworkMethod> |
getSingleDataPointMethods(ParameterSignature sig) |
getValueSourcespublic SpecificDataPointsSupplier(TestClass testClass)
protected java.util.Collection<java.lang.reflect.Field> getSingleDataPointFields(ParameterSignature sig)
getSingleDataPointFields in class AllMembersSupplierprotected java.util.Collection<java.lang.reflect.Field> getDataPointsFields(ParameterSignature sig)
getDataPointsFields in class AllMembersSupplierprotected java.util.Collection<FrameworkMethod> getSingleDataPointMethods(ParameterSignature sig)
getSingleDataPointMethods in class AllMembersSupplierprotected java.util.Collection<FrameworkMethod> getDataPointsMethods(ParameterSignature sig)
getDataPointsMethods in class AllMembersSupplier