?? alltest.java
字號:
/**
* IgaLib -> String
* Copyright (C) 2001 Tosiki IGA , IgaLib project member
* (http://homepage2.nifty.com/igat/igapyon/index.html)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
package jp.ne.nifty.iga.tosiki.string;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import java.io.*;
/**
* 慡偰偺僋儔僗傪僥僗僩偡傞僋儔僗偱偡丅<BR>
* JUnit傪棙梡偟偰僥僗僩傪幚巤偡傞偨傔偵懚嵼偡傞僋儔僗偱偡丅
* 偙偺僋儔僗帺恎傪壗偐偺梡搑偵棙梡偡傞偙偲偼柍偄偱偟傚偆丅<BR>
* 怴偨側JUnit僥僗僩僐乕僪傪捛壛偡傞応崌偵偼丄偙偺僋儔僗偵怴僋儔僗傪捛婰偟傑偡丅
*
* @author Tosiki IGA
*/
public class AllTest
extends TestCase
{
public AllTest(String name)
{
super(name);
}
public static Test suite()
{
TestSuite suite=new TestSuite(ZenkakuTest.class);
suite.addTest(new TestSuite(HexDumpTest.class));
suite.addTest(new TestSuite(MojiUtilTest.class));
suite.addTest(new TestSuite(jp.ne.nifty.iga.tosiki.wizard.JSourceCodeWizardTest.class));
return suite;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -