|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| InOrder | Allows verification in order. |
| Class Summary | |
|---|---|
| AdditionalMatchers | See Matchers for general info about matchers. |
| ArgumentMatcher<T> | Allows creating customized argument matchers. |
| Matchers | Allow flexible verification or stubbing. |
| Mockito | Enables mocks creation, verification and stubbing. |
| MockitoAnnotations | Allows shorthand mock creation. Minimizes repetitive mock creation code. Makes the test class more readable. Makes the verification error easier to read because field name is used to identify the mock. |
| Annotation Types Summary | |
|---|---|
| Mock | Allows shorthand mock creation. Minimizes repetitive mock creation code. Makes the test class more readable. Makes the verification error easier to read because the field name is used to identify the mock. |
| MockitoAnnotations.Mock | Deprecated. |
Mockito is a mock library for java - see Mockito class for for usage.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||