| Package | Description |
|---|---|
| org.junit.experimental.theories | |
| org.junit.experimental.theories.suppliers |
| Class and Description |
|---|
| ParameterSignature |
| ParametersSuppliedBy
Annotating a
Theory method
parameter with @ParametersSuppliedBy causes it to be supplied with
values from the named
ParameterSupplier
when run as a theory by the Theories runner. |
| PotentialAssignment |
| PotentialAssignment.CouldNotGenerateValueException |
| Class and Description |
|---|
| ParameterSignature |
| ParametersSuppliedBy
Annotating a
Theory method
parameter with @ParametersSuppliedBy causes it to be supplied with
values from the named
ParameterSupplier
when run as a theory by the Theories runner. |
| ParameterSupplier
Abstract parent class for suppliers of input data points for theories.
|
| PotentialAssignment |
Copyright © 2002–2020 JUnit. All rights reserved.