Unit Testing in .NET
I’m doing some .Net (specifically C#) coding these days, and I need to unit test. NUnit – NUnit seems to be the most common solution, and definitely looks promising. NUnit has a stand-alone GUI and a command-line mode, and although that’s sufficient, it doesn’t appear to integrate with Visual Studio 2003 like JUnit integrates with […]