com.pholser.junit.quickcheck.internal
Class RandomValueSupplier
java.lang.Object
org.junit.contrib.theories.ParameterSupplier
com.pholser.junit.quickcheck.internal.RandomValueSupplier
public class RandomValueSupplier
- extends org.junit.contrib.theories.ParameterSupplier
|
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 |
RandomValueSupplier
public RandomValueSupplier()
RandomValueSupplier
protected RandomValueSupplier(TheoryParameterGenerator generator)
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.