JUnit 4 StrutsTestCase
----------------------
Key: WW-3403
URL: https://issues.apache.org/jira/browse/WW-3403
Project: Struts 2
Issue Type: New Feature
Components: Unit Tests
Environment: any
Reporter: Daniel Henry
Priority: Minor
I modified the XWorkTestCase and StrutsTestCase to be compatible with JUnit 4.
The update is simple : XWorkTestCase no longer extends TestCase and change the
setUp and tearDown methods from protected to public. Also add @Before to setUp
methods and @After to tearDown. This has worked out well for us and would like
to contribute back.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.