1 16 package org.apache.axis2.transport; 17 import junit.framework.TestCase; 18 import org.apache.axis2.transport.mail.SimpleMailListener; 19 20 public class SimpleMailListnerTest extends TestCase { 21 private SimpleMailListener sas; 22 public SimpleMailListnerTest(String testName) { 23 super(testName); 24 } 25 26 58 public void testSendViaMailAndRecieve() throws Exception { 59 } 80 81 public void tearDown() throws Exception { 82 } 84 85 } 86 87 | Popular Tags |