Uses of Class
org.junit.experimental.theories.ParameterSupplier
-
Packages that use ParameterSupplier Package Description org.junit.experimental.theories org.junit.experimental.theories.internal org.junit.experimental.theories.suppliers -
-
Uses of ParameterSupplier in org.junit.experimental.theories
Methods in org.junit.experimental.theories that return types with arguments of type ParameterSupplier Modifier and Type Method Description java.lang.Class<? extends ParameterSupplier>
value()
-
Uses of ParameterSupplier in org.junit.experimental.theories.internal
Subclasses of ParameterSupplier in org.junit.experimental.theories.internal Modifier and Type Class Description class
AllMembersSupplier
Supplies Theory parameters based on all public members of the target class.class
BooleanSupplier
class
EnumSupplier
class
SpecificDataPointsSupplier
-
Uses of ParameterSupplier in org.junit.experimental.theories.suppliers
Subclasses of ParameterSupplier in org.junit.experimental.theories.suppliers Modifier and Type Class Description class
TestedOnSupplier
-