📄 testcommand.java
字号:
/*
* *****************************************************
* Copyright (c) 2005 IIM Lab. All Rights Reserved.
* Created by xuehao at 2005-10-12
* Contact: zxuehao@mail.ustc.edu.cn
* *****************************************************
*/
package org.indigo.tests.commands;
import org.indigo.commands.*;
import junit.framework.TestCase;
public class TestCommand extends TestCase
{
public void testCommand()
{
// Command cmd = new Command("ahnwschq.task");
Command cmd = new RawCommand("ahnwgqxx.task", false, false);
// Command cmd = new Command("test9.task");
// Command cmd = new Command("西湖农业网供求信息.task");
cmd.execute();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -