org.junit.experimental.theories
Class ParameterSupplier

java.lang.Object
  extended by org.junit.experimental.theories.ParameterSupplier
Direct Known Subclasses:
TestedOnSupplier

public abstract class ParameterSupplier
extends java.lang.Object


Constructor Summary
ParameterSupplier()
           
 
Method Summary
abstract  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

ParameterSupplier

public ParameterSupplier()
Method Detail

getValueSources

public abstract java.util.List<PotentialAssignment> getValueSources(ParameterSignature sig)