📄 httptestcase1.java
字号:
package comptest.http.httptestcase1;
import com.ibm.etools.comptest.model.core.Testcase;
/**
* HTTPTestCase 1
*
* Simple HTTP Test case
*/
public class HTTPTestCase1 extends Testcase {
/**
* Constructor for HTTPTestCase1.
*/
public HTTPTestCase1() {
super();
}
/**
* Constructor for HTTPTestCase1.
* @param name
*/
public HTTPTestCase1(String name) {
super(name);
}
/**
* @see Task#initialize()
*/
protected void initialize() {
// Testcase attributes
setId("TestcaseInstanceImpl1");
setLocation("/ItsoProGuideJUnit/HTTPTestCase 1.cttixmi");
// Main block
setMainBlock(new MainBlock("Main Block"));
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -