Uses of Class
org.junit.experimental.theories.ParameterSupplier
Packages that use ParameterSupplier
Package
Description
-
Uses of ParameterSupplier in org.junit.experimental.theories
Method parameters in org.junit.experimental.theories with type arguments of type ParameterSupplierModifier and TypeMethodDescriptionprivate void
Theories.validateParameterSupplier
(Class<? extends ParameterSupplier> supplierClass, List<Throwable> errors) -
Uses of ParameterSupplier in org.junit.experimental.theories.internal
Subclasses of ParameterSupplier in org.junit.experimental.theories.internalModifier and TypeClassDescriptionclass
Supplies Theory parameters based on all public members of the target class.class
class
class
Methods in org.junit.experimental.theories.internal that return ParameterSupplierModifier and TypeMethodDescriptionprivate ParameterSupplier
Assignments.buildParameterSupplierFromClass
(Class<? extends ParameterSupplier> cls) private ParameterSupplier
Assignments.getSupplier
(ParameterSignature unassigned) Method parameters in org.junit.experimental.theories.internal with type arguments of type ParameterSupplierModifier and TypeMethodDescriptionprivate ParameterSupplier
Assignments.buildParameterSupplierFromClass
(Class<? extends ParameterSupplier> cls) -
Uses of ParameterSupplier in org.junit.experimental.theories.suppliers
Subclasses of ParameterSupplier in org.junit.experimental.theories.suppliers