Tagged Questions
2
votes
4answers
418 views
Good resource on how to write dot net unit test cases?
I am looking for good resources on how to write good unit test cases in C#/Dot Net. Books, resources on the net or simply good advises. In particular the unit cases should give good code coverage and ...