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