JUnit.org Resources for Test Driven Development

http://www.junit.org/node/507

New JUnit 4.x Howto + updated JUnit 3.x Howto
Wed, 01/28/2009 - 14:45 — blaine

Both HOWTOs assume the user knows Java, but not JUnit.

Available at http://pub.admc.com/howtos/junit.

Besides explaining basic usage, the 3.x Howto explains the tricky aspects of 3.x, such as organizing suites and making test classes testrunner-friendly.

Besides explaining basic usage, the 4.x Howto> covers good test design and the distinction between JUnit failures and errors.