I'm working on an application and to test a complicated class I was working on I decided to start using Xcodes built in Unit Testing template. In Xcode 3.2 it doesn't work (ironic). It locks up every ...
Just like production code, test code needs to be rigorously examined to ensure it’s clean and bug free. In this first half of a two-part article, Klaus Berg makes the case for why good unit tests are ...