So I’m doing a lot of C# programming these days. I’m trying to make sure that all the classes I’m writing have unit tests so that we’ll be able to find problems more easily along the way. This is a pretty big project I’m working on. I found nUnit to use as [...]