Uses of Package
org.junit.experimental.theories
-
Packages that use org.junit.experimental.theories Package Description org.junit.experimental.theories org.junit.experimental.theories.suppliers -
Classes in org.junit.experimental.theories used by org.junit.experimental.theories Class Description ParameterSignature ParametersSuppliedBy Annotating aTheory
method parameter with @ParametersSuppliedBy causes it to be supplied with values from the namedParameterSupplier
when run as a theory by theTheories
runner.ParameterSupplier Abstract parent class for suppliers of input data points for theories.PotentialAssignment PotentialAssignment.CouldNotGenerateValueException -
Classes in org.junit.experimental.theories used by org.junit.experimental.theories.suppliers Class Description ParameterSignature ParametersSuppliedBy Annotating aTheory
method parameter with @ParametersSuppliedBy causes it to be supplied with values from the namedParameterSupplier
when run as a theory by theTheories
runner.ParameterSupplier Abstract parent class for suppliers of input data points for theories.PotentialAssignment