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