StrutsTestCase
In short, StrutsTestCase is an extension of JUnit provides facilities for testing code based on the Struts framework.
StrutsTestCase provides both a Mock Object approach and a Cactus approach.
Homepage: http://strutstestcase.sourceforge.net/
|