📄 forgetcihpertest.java
字号:
package com.doone.fj1w.fjmgr.sysmgr;
import junit.framework.TestCase;
public class ForgetCihperTest extends TestCase {
protected void setUp() throws Exception {
super.setUp();
}
protected void tearDown() throws Exception {
super.tearDown();
}
public void testSendPwdMail() {
try {
ForgetCihper cihper = new ForgetCihper();
cihper.sendPwdMail("13860692607","111111");
} catch (Exception ex) {
ex.printStackTrace();
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -