Has anyone tried to replace NUnit tests with MS T开发者_运维问答est, and would be willing to share any tips or points about the complexity? I was considering this, but I have a lot of tests, so outside of assembly/type switching/attribute replacement and all, any pointers?
Thanks.
Check this out: http://www.stormbase.net/converting-from-nunit-to-mstest Note step #5.
精彩评论