Unit testing is a powerful tool for software quality -- and has been for decades. Unit tests provide a fundamental check that an application meets its software design specifications and behaves as ...
I've been looking into TDD lately. I've done unit testing on projects before, using nUnit, which appears to be the standard these days. I've also used some mocks, most recently nBuilder. I'd like to ...