Archive for May 30th, 2005

Testing patterns: don’t assert without cause

Monday, May 30th, 2005

One thing that I see a lot of with JUnit tests are “cascade failures”. That is, one change causes lots of tests to break. This is often (not always) associated with tests that assert things they shouldn’t.

(more…)

Tags: ,