一下摘自JAVA视线论坛上很激烈的一篇帖子 [
http://forum.javaeye.com/viewtopic.php?t=6947&postdays=0&postorder=asc&start=0]
StrutsTestCase for JUnit is an extension of the standard JUnit TestCase class that provides facilities for testing code based on the Struts framework. StrutsTestCase provides both a Mock Object approach and a Cactus approach to actually run the Struts ActionServlet, allowing you to test your Struts code with or without a running servlet engine. Because StrutsTestCase uses the ActionServlet controller to test your code, you can test not only the implementation of your Action objects, but also your mappings, form beans, and forwards declarations. And because StrutsTestCase already provides validation methods, it's quick and easy to write unit test cases.
谁说Struts无法测试的?不过这样的测试有点像在打补丁?不是吗?还是不清晰
StrutsTestCase for JUnit is an extension of the standard JUnit TestCase class that provides facilities for testing code based on the Struts framework. StrutsTestCase provides both a Mock Object approach and a Cactus approach to actually run the Struts ActionServlet, allowing you to test your Struts code with or without a running servlet engine. Because StrutsTestCase uses the ActionServlet controller to test your code, you can test not only the implementation of your Action objects, but also your mappings, form beans, and forwards declarations. And because StrutsTestCase already provides validation methods, it's quick and easy to write unit test cases.
谁说Struts无法测试的?不过这样的测试有点像在打补丁?不是吗?还是不清晰
介绍了StrutsTestCase for JUnit,它是标准JUnit TestCase类的扩展,用于测试基于Struts框架的代码。提供Mock Object和Cactus两种方法运行Struts ActionServlet,可在有无servlet引擎时测试代码,还能测试Action对象、映射等,且有验证方法,便于编写单元测试。
1752

被折叠的 条评论
为什么被折叠?



