Thursday, October 25, 2012

Difference between Mocks and Stubs

Mock object-takes care if the expected actions has worked out and would verify it.
Stub object-is used to pass to code,would act in certain ways of expectation but wont verify the actions.

No comments:

Post a Comment