Home > Software Development > JUnit-Addons: useful tools for unit testers

JUnit-Addons: useful tools for unit testers

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!)

Software Development

  1. No comments yet.
  1. No trackbacks yet.