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

Supplies Theory parameters based on all public members of the target class.


Constructor Summary
AllMembersSupplier(TestClass type)
          Constructs a new supplier for type
 
Method Summary
 List<PotentialAssignment> getValueSources(ParameterSignature sig)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllMembersSupplier

public AllMembersSupplier(TestClass type)
Constructs a new supplier for type

Method Detail

getValueSources

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