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