A simple way to mock objects without using mock unit testing framework
2016-04-18T03:14:00-07:00
When writing unit test, there are some cases that I have to mock objects: It makes sense to mock provided objects by libraries (APIs) such a...
Read more »