The Struts 2 JUnit Plugin provides integration with JUnit.
The Struts 2 JUnit Plugin provides integration with the JUnit test framework.
This plugin provides a base StrutsTestCase
class that can subclassed to test Struts 2 components.
It is used within Struts 2 itself to test core framework components and many bundled plugins.
StrutsSpringTestCase
is also provided to support actions created by the Spring object factory.