|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Annotation Types Summary | |
|---|---|
| Mock | This annotation can be placed on those fields in your test class that should be mocked. |
| MockNice | This annotation can be placed on those fields in your test class that should
be mocked in a nice manner (i.e. by default allows all method calls and
returns appropriate empty values (0, null or false
)). |
| MockStrict | This annotation can be placed on those fields in your test class that should be mocked in a strict manner (i.e. the order of method calls are checked). |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||