Month: July 2009

  • Testing the Untestable

    Once upon a time you got sick of writing code and having it fail when you ran, or someone else did, and you learned to unit test your code. You read the JUnit docs, and wrote tests for those classes which contained discrete, self-contained code. And quickly realised that the world doesn’t work like that. […]