com.pholser.junit.quickcheck.internal
Class RandomValueSupplier

java.lang.Object
  extended by org.junit.contrib.theories.ParameterSupplier
      extended by com.pholser.junit.quickcheck.internal.RandomValueSupplier

public class RandomValueSupplier
extends org.junit.contrib.theories.ParameterSupplier


Constructor Summary
  RandomValueSupplier()
           
protected RandomValueSupplier(TheoryParameterGenerator generator)
           
 
Method Summary
 List<org.junit.contrib.theories.PotentialAssignment> getValueSources(org.junit.contrib.theories.ParameterSignature signature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomValueSupplier

public RandomValueSupplier()

RandomValueSupplier

protected RandomValueSupplier(TheoryParameterGenerator generator)
Method Detail

getValueSources

public List<org.junit.contrib.theories.PotentialAssignment> getValueSources(org.junit.contrib.theories.ParameterSignature signature)
Specified by:
getValueSources in class org.junit.contrib.theories.ParameterSupplier


Copyright © 2013. All Rights Reserved.