/** * */ package temp; import static org.junit.Assert.*; import org.junit.Test; /** * @author Eric Kalendra * */ public class TempMainTest { @Test public void testTest(){ assertTrue(true); //fail(); } }