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 Object


Constructor Summary
ParameterSupplier()
           
 
Method Summary
abstract  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 List<PotentialAssignment> getValueSources(ParameterSignature sig)