Package org.junit.experimental.theories
Class ParameterSupplier
- java.lang.Object
-
- org.junit.experimental.theories.ParameterSupplier
-
- Direct Known Subclasses:
TestedOnSupplier
public abstract class ParameterSupplier extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ParameterSupplier()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.util.List<PotentialAssignment>
getValueSources(ParameterSignature sig)
-
-
-
Method Detail
-
getValueSources
public abstract java.util.List<PotentialAssignment> getValueSources(ParameterSignature sig)
-
-