DEV Community

Discussion on: Why We Test – Do things faster with Test-Driven Development

 
rainerhahnekamp profile image
Rainer Hahnekamp

For C# I am using Moq. Is there any particular reason why you have chosen Typemock?

Thread Thread
 
hilaberger92 profile image
Hila Berger • Edited

We use Typemock Isolator. It's a user-friendly tool, that allows us to mock almost anything we need- private and static methods, constructors, ref and out parameters etc...it also integrates with a lot of unit testing frameworks such as NUnit and MSTest.
So far we are satisfied with the product, but I wanted to hear other people's opinions as well...