Uses of Class
org.junit.experimental.theories.ParametersSuppliedBy
-
Packages that use ParametersSuppliedBy Package Description org.junit.experimental.theories org.junit.experimental.theories.suppliers -
-
Uses of ParametersSuppliedBy in org.junit.experimental.theories
Classes in org.junit.experimental.theories with annotations of type ParametersSuppliedBy Modifier and Type Class Description interface
FromDataPoints
Annotating a parameter of a@Theory
method with@FromDataPoints
will limit the datapoints considered as potential values for that parameter to just theDataPoints
with the given name. -
Uses of ParametersSuppliedBy in org.junit.experimental.theories.suppliers
Classes in org.junit.experimental.theories.suppliers with annotations of type ParametersSuppliedBy Modifier and Type Class Description interface
TestedOn
-