Skip to content
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.

Clone this wiki locally