Flash Builder 4 Standard 是否与 FlexUnit 捆绑在一起?
谁能确认 Flash Builder 4 STANDARD 与 FlexUnit 4 捆绑在一起,就像 Flash Builder 4 Premium 试用版一样?我的公司有兴趣购买一些副本,仅用于对现有代码库进行单元测试。如果没有必要,不想花额外的钱,而且 Adobe 支持完全没用。此外,您还可以考虑有关 Flash Builder 4 Standard 和 Flash Builder 4 的任何其他注意事项。弹性单元 4 ?
Can anyone confirm that Flash Builder 4 STANDARD comes bundled with FlexUnit 4 just like Flash Builder 4 Premium trial does? My company is interested in buying a few copies just for unit testing an existing code base. Don't want to spend the extra money if not necessary and Adobe support was completely useless. Also, any other considerations you can think of regarding Flash Builder 4 Standard & FlexUnit 4 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该了解 FlexUnit 只是一个可用于单元测试的库。 Flash Builder 提供 GUI 来运行和处理测试并自动生成测试套件,并自动将此 FlexUnit 库添加到构建路径。并且此功能仅适用于 Flash Builder Premium。但是您可以将 Maven 与 Flex Mojos 或 Ant 脚本一起使用,从命令行运行测试,或者您可以编写并支持您的手动拥有测试套件和测试运行程序,并直接从 Flash Builder Standard 将测试作为普通 Flex 应用程序运行。
You should understand that FlexUnit is just a library which can be used for unit testing. Flash Builder provides GUI to run and handle tests and to generate test suites automatically as far as automatically adding this FlexUnit library to the build path. And this functionality is only available with Flash Builder Premium. But you can use Maven with Flex Mojos or Ant script to run tests from command line or you can write and support your own test suites and test runner manually and run tests as an ordinary Flex application right from Flash Builder Standard.