⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 commonservicete.java

📁 该程序能够准确的记录互联网用户上网所用的流量
💻 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 + -