i am required to quickly learn a mocking framework that allows mocking static methods and write test cases for an application written in C#. which framework would you recommend?
i am required to quickly learn a mocking framework that allows mocking static methods
Share
You can do it using the following frameworks:
Example of faking a static method using Isolator:
Disclaimer – I work at Typemock