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