|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DefaultBehavior
Interface that provides the replay, verify and reset behavior for mock objects and classes.
Method Summary | |
---|---|
Object |
replay(Object... mocks)
Replay the given objects or classes. |
Object |
reset(Object... mocks)
Reset the given objects or classes. |
Object |
verify(Object... mocks)
Verify the given objects or classes. |
Method Detail |
---|
Object replay(Object... mocks)
mock
- The object(s) to replay. May be null
.
null
).Object verify(Object... mocks)
mock
- The object(s) to verify. May be null
.
null
).Object reset(Object... mocks)
mock
- The object(s) to replay. May be null
.
null
).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |