在 Flash Builder 中运行单个测试?
我一直在使用 Flash Builder 来构建我的 Flex 软件,并且我是一个 TDD 人。我觉得很恼火的是,我必须运行所有测试才能运行任何测试。它会在我的 TDD 工作流程中造成摩擦。我真的很想编写一个测试,并单独运行该测试。我一直在 .Net 中执行此操作(使用 TD.NET 插件),但我找不到在 Flash Builder 中执行此操作的方法。有办法吗?
我刚刚下载了 InteliJ IDEA 试用版,它支持我想要的行为。我可以在 Flash Builder 中执行此操作吗?
I have been using Flash Builder to build my flex software and I am a TDD guy. I find it irritating that I have to run ALL my tests in order to run any tests. It causes friction in my TDD workflow. I really want to write a test, and run that test in isolation. I do this in .Net all the time (with TD.NET plugin), but I can't find a way to do it in Flash Builder. Is there a way?
I just downloaded the trial InteliJ IDEA and it support the behavior I want. Can I do this in Flash Builder?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在 Package Explorer 中右键单击实际测试方法并选择“执行 FlexUnit 测试”选项,它将仅执行该特定测试。
If you right-click on the actual test method in the Package Explorer and select the "Execute FlexUnit Tests" option it will only execute that specific test.