Class TestedOnSupplier
- java.lang.Object
-
- org.junit.experimental.theories.ParameterSupplier
-
- org.junit.experimental.theories.suppliers.TestedOnSupplier
-
public class TestedOnSupplier extends ParameterSupplier
- See Also:
TestedOn
,ParameterSupplier
-
-
Constructor Summary
Constructors Constructor Description TestedOnSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PotentialAssignment>
getValueSources(ParameterSignature sig)
-
-
-
Constructor Detail
-
TestedOnSupplier
public TestedOnSupplier()
-
-
Method Detail
-
getValueSources
public java.util.List<PotentialAssignment> getValueSources(ParameterSignature sig)
- Specified by:
getValueSources
in classParameterSupplier
-
-