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 voidTheories.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 TypeClassDescriptionclassSupplies Theory parameters based on all public members of the target class.classclassclassMethods in org.junit.experimental.theories.internal that return ParameterSupplierModifier and TypeMethodDescriptionprivate ParameterSupplierAssignments.buildParameterSupplierFromClass(Class<? extends ParameterSupplier> cls) private ParameterSupplierAssignments.getSupplier(ParameterSignature unassigned) Method parameters in org.junit.experimental.theories.internal with type arguments of type ParameterSupplierModifier and TypeMethodDescriptionprivate ParameterSupplierAssignments.buildParameterSupplierFromClass(Class<? extends ParameterSupplier> cls) -
Uses of ParameterSupplier in org.junit.experimental.theories.suppliers
Subclasses of ParameterSupplier in org.junit.experimental.theories.suppliers