com.pureinfo.srm.reports.table.MyTabeleDataHelperTest.java Source code

Java tutorial

Introduction

Here is the source code for com.pureinfo.srm.reports.table.MyTabeleDataHelperTest.java

Source

/**
 * PureInfo Quake
 * @(#)MyTabeleDataHelperTest.java   1.0 2005-12-30
 * 
 * Copyright(c) 2004-2005, PureInfo Information Technology Corp. Ltd. 
 * All rights reserved, see the license file.
 * 
 * www.pureinfo.com.cn
 */

package com.pureinfo.srm.reports.table;

import java.util.Map;

import org.apache.commons.codec.binary.Base64;

import junit.framework.TestCase;

import com.pureinfo.dolphin.query.logic.SQLCondition;
import com.pureinfo.force.exception.PureException;
import com.pureinfo.srm.project.model.Project;
import com.pureinfo.srm.project.model.ProjectFinish;

/**
 * <P>
 * Created on 2005-12-30 10:14:41<BR>
 * Last modified on 2005-12-30
 * </P>
 * TODO describe MyTabeleDataHelperTest here ...
 * 
 * @author elmar.chen
 * @version 1.0, 2005-12-30
 * @since Quake 1.0 
 */
public class MyTabeleDataHelperTest extends TestCase {

    /*
     * Class under test for Map getRowMap(Class, SQLCondition, String, String[])
     */
    public void testGetRowMapClassSQLConditionStringStringArray() {
    }

    /*
     * Class under test for Map getRowMap(Class[], String[], String, boolean, SQLCondition, String, String[])
     */
    public void testGetRowMapClassArrayStringArrayStringbooleanSQLConditionStringStringArray()
            throws PureException {

        System.out.println(new String(Base64.encodeBase64(new byte[] { 1, 9, 8, 3, 6, 8 })));
    }

}