JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Required |
Optional
Detail:
Element
org.junit
Annotation Type Rule
@Retention
(
value
=
RUNTIME
) public @interface
Rule
Annotates fields that contain rules. Such a field must be public, not static, and a subtype of
MethodRule
. For more information, see
MethodRule
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Required |
Optional
Detail:
Element