org.junit.contrib.theories.internal
Class SpecificDataPointsSupplier
java.lang.Object
org.junit.contrib.theories.ParameterSupplier
org.junit.contrib.theories.internal.AllMembersSupplier
org.junit.contrib.theories.internal.SpecificDataPointsSupplier
public class SpecificDataPointsSupplier
- extends AllMembersSupplier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpecificDataPointsSupplier
public SpecificDataPointsSupplier(org.junit.runners.model.TestClass testClass)
getSingleDataPointFields
protected Collection<Field> getSingleDataPointFields(ParameterSignature sig)
- Overrides:
getSingleDataPointFields in class AllMembersSupplier
getDataPointsFields
protected Collection<Field> getDataPointsFields(ParameterSignature sig)
- Overrides:
getDataPointsFields in class AllMembersSupplier
getSingleDataPointMethods
protected Collection<org.junit.runners.model.FrameworkMethod> getSingleDataPointMethods(ParameterSignature sig)
- Overrides:
getSingleDataPointMethods in class AllMembersSupplier
getDataPointsMethods
protected Collection<org.junit.runners.model.FrameworkMethod> getDataPointsMethods(ParameterSignature sig)
- Overrides:
getDataPointsMethods in class AllMembersSupplier
Copyright © 2014. All Rights Reserved.