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

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

你可能感兴趣的:(Flex)