如何在 MAC 中使用 FDT 和 AS3 进行 TDD?
我想设置我的环境来在 ActionScript3 中进行测试驱动开发的编程。我尝试使用 AsUnit,但我不知道如何在 MacOS 中正确安装它。
谢谢你!
I'd like to setup my environment to program doing Test Driven Development in ActionScript3. I tried using AsUnit but I don't know how to install it properly in MacOS.
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您在FDT4中创建新项目,您可以选择带或不带单元测试的新项目。如果您选择“通过单元测试”,一切都会自动为您设置。
If you create a new project in FDT4 you are offered to create the new project with or without unit testing. If you choose 'with unit tesing' everything is setup for you automatically.
as3unit 是正确的选择。您可以下载 SWC 版本,然后将其添加到项目构建路径中。
as3unit is the way to go. You can download the SWC version, then add it to your project build path.