org.junit.experimental.theories.internal
Class AllMembersSupplier

java.lang.Object
  extended by org.junit.experimental.theories.ParameterSupplier
      extended by org.junit.experimental.theories.internal.AllMembersSupplier

public class AllMembersSupplier
extends ParameterSupplier


Constructor Summary
AllMembersSupplier(TestClass type)
           
 
Method Summary
 java.util.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(TestClass type)
Method Detail

getValueSources

public java.util.List<PotentialAssignment> getValueSources(ParameterSignature sig)
Specified by:
getValueSources in class ParameterSupplier