- All Implemented Interfaces:
- ClientClasspathPlugin, TestPluginFactory
public class JUnitTestPlugin
extends Object
implements TestPluginFactory
Plugin that provides support for both JUnit 3, 4
This plugin has been battle tested against many different strange uses and
abuses of JUnit found in real world code bases.
It will probably work well on your legacy code base but some of the code is
pretty hairy, so support for more modern test frameworks will likely be added
via different plugins.
Much of the complexity comes from splitting the tests down into smaller
units.