sharplife


software is a artwork, also make the life better !!!
  首页  :: 联系 :: 订阅 订阅  :: 管理

flex下lib开发、Ant及unittest资源~

Posted on 2007-12-25 14:30  sharplife  阅读(438)  评论(1编辑  收藏  举报
flex下开发通用库,配合单元测试及文档产生,还是用ant较为方便,相关资源提供如下:

fb+Ant:http://www.darronschall.com/weblog/archives/000256.cfm
即checkout一份as3syndicationlib参考即可

flex下单元测试相关资源:
FlexUnit 基于junit的as3实现
VisualFlexUnit 基于flexunit,添加了对ui component的测试支持
dpunit 基于flexunit及junit,提供更强的测试功能:
  • 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 auto-reload and test running based on directory watching (optional with AIR client)
另,flexunit中异步方法测试示例,asynchronous_testing_with_flex.html
   
flex ci资源链接,continuous_integration_with_fl.html