1 package test.junit; 2 3 import junit.framework.TestCase; 4 5 public class TestAd extends TestCase { 6 7 public void testAd1() { 8 9 } 10 } 11