Java News from Saturday, March 4, 2006

David Saff has released JUnit 3.8.2. This is a maintenance update of the popular unit testing framework for Java 1.1 and later. Besides a few small bug fixes, this release improves the String comparison format for showing the difference between expected and actual output. For example, assertEquals("Mary had a little lamb", "Mary had the little lamb") shows: expected:<Mary had [a] little lamb> but was:<Mary had [the] little lamb>.