package fr.mch.mdo.restaurant.web.struts.actions; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; public class CategoriesManagerActionTest extends TestCase { /** * Create the test case * * @param testName * name of the test case */ public CategoriesManagerActionTest(String testName) { super(testName); } /** * @return the suite of tests being tested */ public static Test suite() { return new TestSuite(CategoriesManagerActionTest.class); } public void testCategoriesManagerAction() { } public void testAdd() { } public void testRemove() { } public void testPostProcessList() { } public void testGetLanguages() { } public void testSetLanguages() { } public void testSetServletRequest() { } }