DEV Community

Discussion on: Unit testing: best practices

 
ice_lenor profile image
Elena • Edited

I liked the C# ones - they were rather easy to use and rich in features at the same time. I.e., you can "expect" how many times a certain function is called, or make your mock return different values on different calls (although the syntax for that wasn't very easy).

I don't think I tried Typemocks, so can't say anything about it, unfortunately.

Thread Thread
 
hilaberger92 profile image
Hila Berger

Thanks!
I'm asking because my team and I are working with Typemock, and your article made me realize how powerful it is.

Thread Thread
 
ice_lenor profile image
Elena

Oh how nice:)) happy I helped!