01: package test.junit; 02: 03: import junit.framework.TestCase; 04: 05: public class TestAe extends TestCase { 06: 07: public void testAe1() { 08: 09: } 10: }