For some unknown reason, I fell in love with Unit Testing after first reading about it a few years ago. I think it’s the concept of trying to break another developer’s code, trying to out think another developer, and trying to find holes in their implementation that intrigues me. I haven’t written as many Unit [...]
Archive for the ‘Unit Testing’ Category
Simple Introduction to Unit Testing
Posted in .NET, Programming, Technology, Unit Testing, tagged .NET, MbUnit, Programming, Technology, TestDriven.NET, Unit Testing on November 29, 2007 | 2 Comments »
Debugging assembly loading within a unit test project
Posted in .NET, Programming, Software, Technology, Unit Testing, tagged .NET, MbUnit, Programming, Software, SubSonic, Technology, Unit Testing on November 19, 2007 | 2 Comments »
I reorganized one of my projects and discovered that my MbUnit tests no longer worked. The error stated that one of the assemblies could not be loaded, but it worked fine before I removed and added the project to another solution. The assembly in question was the SubSonic assembly.
This took me a little while to [...]