import junit.framework.TestCase; public class Simple2Test extends TestCase { public void testNumber1() { System.out.println("Test 2 executed"); } }