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