1 16 17 package test.wsdl.addrNoImplSEI; 18 19 import junit.framework.TestCase; 20 21 22 24 public class AddressBookTestCase extends TestCase { 25 26 public AddressBookTestCase(String name) { 27 super(name); 28 } 29 30 public void doTest () throws Exception { 31 String [] args = {}; 32 Main.main(args); 33 } 34 35 public void testAddressBookService () throws Exception { 36 doTest(); 37 } 38 } 39 40 41 | Popular Tags |