Introduction
This library is based on the StrutsJUnit4TestCase class that comes with the Struts 2 distribution.
Current Release: 0.2.2
This is a bug fix release that allow the tests to execute without the need to download the Struts DTD files from the Internet every time the test executes, thereby greatly improving the test execution times. No functionality changed from version 0.2.
To use the library, include it as a test dependency in your Maven projects:
com.hexaid.struts2.junit struts2-junit 0.2.2 test
Previous Releases
0.2.1: This is just a formal repackaging to comply with Maven Central Repository rules. No functionality changed from version 0.2.
Now you can use the library by adding it as a dep