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

📄 registertest.java

📁 电信的网厅的整站代码
💻 JAVA
字号:
package com.doone.fj1w.fjmgr.sysmgr;

import java.util.HashMap;
import java.util.Map;

import junit.framework.TestCase;

public class RegisterTest extends TestCase {

	protected void setUp() throws Exception {
		super.setUp();
	}

	protected void tearDown() throws Exception {
		super.tearDown();
	}

	/*
	 * “com.doone.fj1w.fjmgr.sysmgr.Register.getOrderMethod(Map, String)”的测试方法
	 */
	public void testGetOrderMethod() {

	}

	/*
	 * “com.doone.fj1w.fjmgr.sysmgr.Register.getOrderListCount(Map, String)”的测试方法
	 */
	public void testGetOrderListCount() {

	}

	/*
	 * “com.doone.fj1w.fjmgr.sysmgr.Register.getOrderList(Map, int, int)”的测试方法
	 */
	public void testGetOrderList() {

	}

	/*
	 * “com.doone.fj1w.fjmgr.sysmgr.Register.selectOverDueAccount(Map)”的测试方法
	 */
	public void testSelectOverDueAccount() {

	}

	/*
	 * “com.doone.fj1w.fjmgr.sysmgr.Register.activeOverDueAccount(Map)”的测试方法
	 */
	public void testActiveOverDueAccount() {

	}

	/*
	 * “com.doone.fj1w.fjmgr.sysmgr.Register.activeNewAccount(Map)”的测试方法
	 */
	public void testActiveNewAccount() {

	}

	/*
	 * “com.doone.fj1w.fjmgr.sysmgr.Register.activeUpdateAccount(Map)”的测试方法
	 */
	public void testActiveUpdateAccount() {

	}

	/*
	 * “com.doone.fj1w.fjmgr.sysmgr.Register.getString(String)”的测试方法
	 */
	public void testGetString() {

	}

	/*
	 * “com.doone.fj1w.fjmgr.sysmgr.Register.selectExistAccount(Map)”的测试方法
	 */
	public void testSelectExistAccount() {

	}

	/*
	 * “com.doone.fj1w.fjmgr.sysmgr.Register.getCustType()”的测试方法
	 */
	public void testGetCustType() {

	}

	/*
	 * “com.doone.fj1w.fjmgr.sysmgr.Register.getAccInfo(Map)”的测试方法
	 */
	public void testGetAccInfo() {

	}

	/*
	 * “com.doone.fj1w.fjmgr.sysmgr.Register.selectExistCustType(Map)”的测试方法
	 */
	public void testSelectExistCustType() {
		if(true) return ;
		Map map=new HashMap();
		map.put("DESCRICTPION","网上报税户");
		int i=Register.selectExistCustType(map);
		System.out.println("i==>"+i);
	}

	/*
	 * “com.doone.fj1w.fjmgr.sysmgr.Register.addCustType(Map)”的测试方法
	 */
	public void testAddCustType() {
//		if(true) return ;
		Map map=new HashMap();
		map.put("DESCRICTPION","测试帐号");
		map.put("ROLETYPE","RW");
		int i=Register.addCustType(map);
		System.out.println("returnI=>"+i);
	}

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -