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