说明: Struts通过传统的手工输入进行测试, 效率教低, 请尽量使用单元测试 基本使用如下 public class BaseActionTest extends MockStrutsTestCase { public StudentActionTest(String arg0) { super(arg0); } public static void main(String[] args) { junit.textui.TestRunner.run(UserActionTest.class) ;
<zihanluo> 上传 | 大小:9kb