org.junit.experimental.theories.suppliers
Class TestedOnSupplier

java.lang.Object
  extended by org.junit.experimental.theories.ParameterSupplier
      extended by org.junit.experimental.theories.suppliers.TestedOnSupplier

public class TestedOnSupplier
extends ParameterSupplier


Constructor Summary
TestedOnSupplier()
           
 
Method Summary
 java.util.List<PotentialParameterValue> getValueSources(java.lang.Object test, ParameterSignature sig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestedOnSupplier

public TestedOnSupplier()
Method Detail

getValueSources

public java.util.List<PotentialParameterValue> getValueSources(java.lang.Object test,
                                                               ParameterSignature sig)
Specified by:
getValueSources in class ParameterSupplier