|
Annotation Types Summary |
| DataPoint |
Marking a field or method with this annotation will cause the field value or the value returned by the method
to be used as a potential value for a theory parameter in that class, when run with the Theories runner. |
| DataPoints |
Marking an array or iterable-typed field or method with this annotation will cause the values in the array
or iterable given to be used as potential value for theory parameters in that class when run with the
Theories runner. |
| FromDataPoints |
Marking a parameter of a Theory method with this annotation will limit the data points considered
as potential values for that parameter to only the DataPoints with the given name. |
| ParametersSuppliedBy |
Marking a Theory method parameter with this annotation causes it to be supplied with values from
the named ParameterSupplier when run as a theory by the Theories runner. |
| Theory |
|