xunit, nunit and mbunit are the big three. there is also mspec, but I think that is built on top of one of these, I could be wrong. I would avoid MS Test. compare to the rest of the options it's too little too late.
all of them work with the testrunner.net VS plug-in. nunit also has built in integration with jetbrain's resharper.
rhino is a mocking framework, not a testing framework. it could be used with any testing framework. an alternative to Rhino.Mocks is Moq.
My personal preference is to use nunit because of it's integrated with resharper. I design my tests using the same concepts as mspec.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.