Feeds:
Posts
Comments

Archive for the ‘Unit Testing’ Category

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 [...]

Read Full Post »

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 [...]

Read Full Post »