package fr.mch.mdo.restaurant.web.struts.actions; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; public class UserAuthenticationsManagerActionTest extends TestCase { /** * Create the test case * * @param testName * name of the test case */ public UserAuthenticationsManagerActionTest(String testName) { super(testName); } /** * @return the suite of tests being tested */ public static Test suite() { return new TestSuite(UserAuthenticationsManagerActionTest.class); } public void testUserAuthenticationsManagerAction() { } public void testPostProcessList() throws Exception { } public void testGetUserRoles() { } public void testSetUserRoles() { } public void testGetUsers() { } public void testSetUsers() { } public void testSetServletRequest() { } public void testSave() { } }