Class SpecificDataPointsSupplier
- java.lang.Object
-
- org.junit.experimental.theories.ParameterSupplier
-
- org.junit.experimental.theories.internal.AllMembersSupplier
-
- org.junit.experimental.theories.internal.SpecificDataPointsSupplier
-
public class SpecificDataPointsSupplier extends AllMembersSupplier
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.junit.experimental.theories.internal.AllMembersSupplier
AllMembersSupplier.MethodParameterValue
-
-
Constructor Summary
Constructors Constructor Description SpecificDataPointsSupplier(TestClass testClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.junit.experimental.theories.internal.AllMembersSupplier
getValueSources
-
-
-
-
Constructor Detail
-
SpecificDataPointsSupplier
public SpecificDataPointsSupplier(TestClass testClass)
-
-
Method Detail
-
getSingleDataPointFields
protected java.util.Collection<java.lang.reflect.Field> getSingleDataPointFields(ParameterSignature sig)
- Overrides:
getSingleDataPointFields
in classAllMembersSupplier
-
getDataPointsFields
protected java.util.Collection<java.lang.reflect.Field> getDataPointsFields(ParameterSignature sig)
- Overrides:
getDataPointsFields
in classAllMembersSupplier
-
getSingleDataPointMethods
protected java.util.Collection<FrameworkMethod> getSingleDataPointMethods(ParameterSignature sig)
- Overrides:
getSingleDataPointMethods
in classAllMembersSupplier
-
getDataPointsMethods
protected java.util.Collection<FrameworkMethod> getDataPointsMethods(ParameterSignature sig)
- Overrides:
getDataPointsMethods
in classAllMembersSupplier
-
-