You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vlad Vesa edited this page Oct 30, 2016
·
2 revisions
EasyMock is a versatile solution to mock methods for easy testability of code. What is does? It tricks the CPU to call instead of the original function the mocked one whenever a call is made.