2007-05-27

BDD

Dan North has an introduction to BDD. The BDD practices described by North naturally deals with a usually problematic issue for test writers: how to know when it's okay to delete a test.

Joe Walnes has a handy trick for changing the display name of test methods in Java to facilitate BDD.