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