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