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

📄 fileutiltest.java

📁 我想下载一个东西
💻 JAVA
字号:
package com.ecyrd.jspwiki;import junit.framework.*;import java.io.*;import java.util.*;import org.apache.log4j.*;public class FileUtilTest extends TestCase{    public FileUtilTest( String s )    {        super( s );        Properties props = new Properties();        try        {            props.load( TestEngine.findTestProperties() );            PropertyConfigurator.configure(props);        }        catch( IOException e ) {}    }    public void setUp()        throws Exception    {    }    public void tearDown()    {    }    public void testReadContentsLatin1()        throws Exception    {        String src = "abc邃

⌨️ 快捷键说明

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