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 voidTheories. 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 classAllMembersSupplierSupplies Theory parameters based on all public members of the target class.classBooleanSupplierclassEnumSupplierclassSpecificDataPointsSupplierMethods in org.junit.experimental.theories.internal that return ParameterSupplier Modifier and Type Method Description private ParameterSupplierAssignments. buildParameterSupplierFromClass(java.lang.Class<? extends ParameterSupplier> cls)private ParameterSupplierAssignments. getSupplier(ParameterSignature unassigned)Method parameters in org.junit.experimental.theories.internal with type arguments of type ParameterSupplier Modifier and Type Method Description private ParameterSupplierAssignments. 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 classTestedOnSupplier
-