package fr.mch.mdo.restaurant.web.struts.actions; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; public class AdministrationManagerActionTest extends TestCase { /** * Create the test case * * @param testName * name of the test case */ public AdministrationManagerActionTest(String testName) { super(testName); } /** * @return the suite of tests being tested */ public static Test suite() { return new TestSuite(AdministrationManagerActionTest.class); } public void testAdministrationManagerAction() { } public void testGetAdministrationManager() { } public void testSetAdministrationManager() { } public void testGetBean() { } public void testSetBean() { } public void testPostProcessList() { } public void testExecute() { } public void testList() { } public void testForm() { } public void testSave() { } public void testDelete() { } }