org.junit.contrib.theories.internal
Class AllMembersSupplier

java.lang.Object
  extended by org.junit.contrib.theories.ParameterSupplier
      extended by org.junit.contrib.theories.internal.AllMembersSupplier
Direct Known Subclasses:
SpecificDataPointsSupplier

public class AllMembersSupplier
extends ParameterSupplier


Constructor Summary
AllMembersSupplier(org.junit.runners.model.TestClass type)
           
 
Method Summary
protected  Collection<Field> getDataPointsFields(ParameterSignature sig)
           
protected  Collection<org.junit.runners.model.FrameworkMethod> getDataPointsMethods(ParameterSignature sig)
           
protected  Collection<Field> getSingleDataPointFields(ParameterSignature sig)
           
protected  Collection<org.junit.runners.model.FrameworkMethod> getSingleDataPointMethods(ParameterSignature sig)
           
 List<PotentialAssignment> getValueSources(ParameterSignature sig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllMembersSupplier

public AllMembersSupplier(org.junit.runners.model.TestClass type)
Method Detail

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.