Test-Driving Test-Driven Development with AsUnit
Friday, February 9th, 2007After a very worth while presentation by Joey Lott last night on Test-Driven Development using AsUnit I was sold.
Up until this morning I was doing unit testing on a very minor scale. I would make these empty FLAs and write some code to test all of the methods in class I wrote. While this method worked well, the testing FLAs weren’t very organized or consistent and have certainly cluttered my folders. My problem was I was lacking a formal approach.