01/08/2019
Read my blogpost on Mocking concepts in Unit testing
In our previous post, Unit Testing in C #, Calculator class under test does not have any dependencies. We need not create any other class instance other than Calculator’s. But this is not usua…