📄 commonservicete.java
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -