org.junit.contrib.theories
Class ParameterSupplier
java.lang.Object
org.junit.contrib.theories.ParameterSupplier
- Direct Known Subclasses:
- AllMembersSupplier, BooleanSupplier, EnumSupplier, TestedOnSupplier
public abstract class ParameterSupplier
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterSupplier
public ParameterSupplier()
getValueSources
public abstract List<PotentialAssignment> getValueSources(ParameterSignature sig)
throws Throwable
- Throws:
Throwable
Copyright © 2014. All Rights Reserved.