The current project I'm working on is using Visual Studio 2008 and it's unit testing framework (which is very similar to NUnit). I've figured out how to mock out most of the code that needs it, but there's a bit of code I want to test against an actual
Read More...