| Annotation Type | Description |
|---|---|
| AfterCreateMock |
Annotation that is called after a mock object has been created by the
EasyMockModule |
| Mock |
Annotation indicating that a lenient mock object (see
LenientMocksControl should be created
and set intp the annotated field. |
| RegularMock |
Annotation indicating that a regular EasyMock mock object should be created and set in the annotated field.
|
Copyright © 2016. All Rights Reserved.