首页>代码>【demo】自己写的一个 SpringMail 异步发送邮件的demo。 javamail 邮件异步发送>/spring-mail/src/test/java/com/haohui/springmail/AppTest.java
package com.haohui.springmail; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the test case */ public AppTest( String testName ) { super( testName ); } /** * @return the suite of tests being tested */ public static Test suite() { return new TestSuite( AppTest.class ); } /** * Rigourous Test :-) */ public void testApp() { assertTrue( true ); } }

chenruofei1996 LV1
2020年8月17日
chengxuyuanb LV1
2019年10月16日
ZpongZ LV6
2019年10月6日
dyhqwe LV1
2019年8月1日
chennguo LV6
2019年4月24日
2469684164 LV10
2019年3月16日
zzuLXH LV2
2019年3月12日
tan18871439923 LV14
2018年10月31日
zongheng14 LV2
2018年10月20日
wcy071213 LV27
2018年6月14日