在 Flash Builder 中运行单个测试?

发布于 2024-09-25 17:24:25 字数 260 浏览 2 评论 0原文

我一直在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

偏爱自由 2024-10-02 17:24:25

如果您在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文