package fr.mch.mdo.restaurant.web.struts; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; public class MdoBeanTypeConverterTest extends TestCase { /** * Create the test case * * @param testName * name of the test case */ public MdoBeanTypeConverterTest(String testName) { super(testName); } /** * @return the suite of tests being tested */ public static Test suite() { return new TestSuite(MdoBeanTypeConverterTest.class); } public void testConvertFromString() { } public void testConvertToString() { } }