I come from the Java / Eclipse background, and I'm afraid I'm spoiled by how easy it is to get JUnit and JMock working in Eclipse and display this GUI with a panel and get information about skipping / crashing. It just works without the hassle.
I see many great features for testing in C # with Visual Studio. NUnit looks very good because it contains a unit and a testing layout in one. The problem is that I cannot figure out how to get the IDE to display my results. The NUnit documentation seems to show that it does not automatically show results through the VS IDE. I found http://testdriven.net/ which seems to blow, which makes VS display these statistics and work with multiple frameworks, but it is not open source.
Is there any way to get unit and false testing of working with VS IDE, as it happens in Java with Eclipse?
c # unit-testing junit mocking
user372304
source share