commonservicete.java
来自「该程序能够准确的记录互联网用户上网所用的流量」· Java 代码 · 共 50 行
JAVA
50 行
package testcase;
import static org.junit.Assert.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
/**
* class CommonServicete
* @author TerryRen
* @Date 2008-2-27 涓嬪崍05:30:55
*/
public class CommonServicete {
@Before
public void setUp() throws Exception {
}
@After
public void tearDown() throws Exception {
}
@Test
public void testGetAdminByLoginName() {
fail("Not yet implemented");
}
@Test
public void testGetUserByLoginName() {
fail("Not yet implemented");
}
@Test
public void testAdminLogin() {
fail("Not yet implemented");
}
@Test
public void testGetAllRoles() {
fail("Not yet implemented");
}
@Test
public void testUserLogin() {
fail("Not yet implemented");
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?