package fr.mch.mdo.restaurant.web.struts; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * @author Mathieu MA * * To change this generated comment edit the template variable "typecomment": * Window>Preferences>Java>Templates. * To enable and disable the creation of type comments go to * Window>Preferences>Java>Code Generation. */ public class MdoStrutsDispatcherTest extends TestCase { /** * Create the test case * * @param testName * name of the test case */ public MdoStrutsDispatcherTest(String testName) { super(testName); } /** * @return the suite of tests being tested */ public static Test suite() { return new TestSuite(MdoStrutsDispatcherTest.class); } public void testDoFilter() { } public void testInit() { } public void testInitSession() { } public void testInitI18nSession() { } public void testGetDefaultEnrtryURI() { } public void testGetSchemeHTTPS() { } public void testGetPortHTTPS() { } public void testGetSchemeHTTP() { } public void testGetPortHTTP() { } }