TDD Anti-Patterns
James Carr (via Ned Batchelder):
The Nitpicker: A unit test which compares a complete output when it’s really only interested in small parts of it, so the test has to continually be kept in line with otherwise unimportant details. Endemic in web application testing.