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 MdoAuthorizationActionInterceptorTest extends TestCase { /** * Create the test case * * @param testName * name of the test case */ public MdoAuthorizationActionInterceptorTest(String testName) { super(testName); } /** * @return the suite of tests being tested */ public static Test suite() { return new TestSuite(MdoAuthorizationActionInterceptorTest.class); } public void testInit() { } public void testDestroy() { } public void testIntercept() { } }