C# testing framework that works like JUnit in Eclipse?

Posted by bluebomber357 on Stack Overflow See other posts from Stack Overflow or by bluebomber357
Published on 2010-04-30T02:42:33Z Indexed on 2010/04/30 2:47 UTC
Read the original article Hit count: 249

Filed under:
|
|
|
|

Hello all, I come from a Java/Eclipse background and I fear that I am spoiled by how easy it is to get JUnit and JMock running in Eclipse, and have that GUI with the bar and pass/fail information pop up. It just works with no hassle.

I see a lot of great options for testing in C# with Visual Studio. NUnit looks really nice because it contains unit and mock testing all in one. The trouble is, I can't figure out how to get the IDE display my results. The NUnit documentation seems to show that it doesn't automatically show results through the VS IDE. I found http://testdriven.net/, which seems to trumpet that is makes VS display these stats and work with multiple frameworks, but it isn't open source.

Is there anyway to get unit and mock testing working with the VS IDE like it does in Java with Eclipse?

© Stack Overflow or respective owner

Related posts about c#

Related posts about mock