fluint: 具有图形界面的Flex单元测试以及集成测试的开源测试框架
By Minidxer | October 19, 2008
fluint是一款具有图形界面的Flex单元测试以及集成测试的开源测试框架,继承了FlexUnit和JUnit的优点,并且在异步(asynchronous )测试方面有了显著的增强。并且它同样是开放源代码的,概要的讲主要有下面一些特点:
* Multiple simultaneous asynchronous operations
* Asynchronous setup and teardown
* Asynchronous returns before method body completion
* Support for UIComponent testing
* Support for test sequences
* Support for testing Cairngorm commands and controllers
* XML output of testing results
* Support for externalizing tests in modules

这里是FLUnit的Google Code地址:
http://code.google.com/p/fluint/
以及一篇写得不错的教程:
http://www.insideria.com/2008/10/automated-testing-and-you-self.html
Topics:
Adobe其他 |
No Comments » |
Tags: FlexUnit, fluint, Framework, JUnit, 单元测试, 开源, 测试框架, 集成测试