JUnit-Addons: useful tools for unit testers

May 27, 2004 03:41 · 62 words · 1 minute read

Bill Venners wrote a good article comparing different ways to test private methods in your Java classes. In there, he points to JUnit-addons v1.4, which I don’t remember coming across previously. This package provides a bunch of useful new asserts, plus a class that helps you run your private methods via reflection. (There’s a bunch more in there, too… check it out!)