DISQUS

DISQUS Hello! Thinking inside a bigger box is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

DualMock - an EasyMock extension

Started by jhannes · 10 months ago

When I have been using easyMock Mock Objects for testing I often find it
helpful to intersperse expectations and test code, for example:

mock.start();
control.replay();
server.handleCommand("START");
control.validate();

control.reset()% ... Continue reading »

1 comment

  • Thanks alot for a nice explanation on Mock. Plz send the entire code stuff and reading materials on dual mock+ easy mock. Look forward hear from you soon.

Add New Comment

Returning? Login