📄 testhelloaction.java
字号:
package hello.mocktest;
import servletunit.struts.MockStrutsTestCase;
public class TestHelloAction extends MockStrutsTestCase {
public TestHelloAction(String testName) { super(testName); }
public void testNoParameters() {
setRequestPathInfo("/HelloWorld");
actionPerform();
verifyInputForward();
// Test Form Bean validations
verifyActionErrors(new String[] {"hello.no.username.error"});
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -