문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top