Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is csUnit dead? If so, what are the living alternatives?

I'm trying to find out how to get csUnit and VS2010/.NET 4 to play nice together. There's no mention of .NET 4 in the csUnit FAQ, which also seems very much out of date. I checked out the Yahoo user group, but can't find any user posts past March 2008 there.

Am I correct in assuming that csUnit is dead? In that case, what test framework have the users moved on to?

like image 676
John Reynolds Avatar asked Feb 25 '23 11:02

John Reynolds


1 Answers

In addition to Matthew Vines answer (NUnit and MbUnit), I think xUnit.Net is the 3rd active open source UnitTesting solution.

Consider Moq, Rhino.Mocks and FakeItEasy as active Open Source Mocking frameworks.

like image 148
tobsen Avatar answered Mar 07 '23 22:03

tobsen