Class EnumSupplier
- java.lang.Object
-
- org.junit.experimental.theories.ParameterSupplier
-
- org.junit.experimental.theories.internal.EnumSupplier
-
public class EnumSupplier extends ParameterSupplier
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Class<?>
enumType
-
Constructor Summary
Constructors Constructor Description EnumSupplier(java.lang.Class<?> enumType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<PotentialAssignment>
getValueSources(ParameterSignature sig)
-
-
-
Method Detail
-
getValueSources
public java.util.List<PotentialAssignment> getValueSources(ParameterSignature sig)
- Specified by:
getValueSources
in classParameterSupplier
-
-