|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=FIELD) @Retention(value=RUNTIME) public @interface RegularMock
Annotation indicating that a regular EasyMock mock object should be created and set in the annotated field.
| Optional Element Summary | |
|---|---|
Calls |
calls
Determines what to do when unexpected method calls occur. |
InvocationOrder |
invocationOrder
Determines whether the order of method calls on the mock object should be checked. |
public abstract InvocationOrder invocationOrder
public abstract Calls calls
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||