| servletunit.struts.MockStrutsTestCase servletunit.struts.tests.TestUserAction
TestUserAction | public class TestUserAction extends MockStrutsTestCase (Code) | | This class is reserved for quickly testing out other
user's actions, to help in debugging their problems.
It is deliberately checked in empty, as it is a place-
holder.
|
Method Summary | |
protected void | setUp() Sets up the test fixture for this test. | public void | testAction() |
setUp | protected void setUp() throws Exception(Code) | | Sets up the test fixture for this test. This method creates
an instance of the ActionServlet, initializes it to validate
forms and turn off debugging, and creates a mock HttpServletRequest
and HttpServletResponse object to use in this test.
|
testAction | public void testAction()(Code) | | |
|
|