package org.ebayopensource.turmeric.tools.codegen; import static org.junit.Assert.*; import junit.framework.TestCase; /** * @author svaddi * */ public class InterfaceTest1 extends TestCase { /** * @param name */ public InterfaceTest1(String name) { super(name); } /* (non-Javadoc) * @see junit.framework.TestCase#setUp() */ protected void setUp() throws Exception { super.setUp(); } /* (non-Javadoc) * @see junit.framework.TestCase#tearDown() */ protected void tearDown() throws Exception { super.tearDown(); } public static void testInterface() { } }