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()
Method parameters in org.junit.experimental.theories with type arguments of type ParameterSupplier Modifier and Type Method Description private void
Theories. validateParameterSupplier(java.lang.Class<? extends ParameterSupplier> supplierClass, java.util.List<java.lang.Throwable> errors)
-
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
Methods in org.junit.experimental.theories.internal that return ParameterSupplier Modifier and Type Method Description private ParameterSupplier
Assignments. buildParameterSupplierFromClass(java.lang.Class<? extends ParameterSupplier> cls)
private ParameterSupplier
Assignments. getSupplier(ParameterSignature unassigned)
Method parameters in org.junit.experimental.theories.internal with type arguments of type ParameterSupplier Modifier and Type Method Description private ParameterSupplier
Assignments. buildParameterSupplierFromClass(java.lang.Class<? extends ParameterSupplier> cls)
-
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
-