C# Unit testing resources

Posted by Mohit Deshpande on Stack Overflow See other posts from Stack Overflow or by Mohit Deshpande
Published on 2010-03-13T19:51:31Z Indexed on 2010/03/13 19:55 UTC
Read the original article Hit count: 200

Filed under:
|
|

I migrated from Java to C# and so I am wondering how to unit tests in C#. I remember using JUnit to test my Java applications and importing the package, etc. How can I unit test in C#? What are some good resources for unit testing in C#?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about unit-testing