1

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?

Brian Genisio
  • 47,787
  • 16
  • 124
  • 167

1 Answers1

2

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.

Colin Cochrane
  • 2,565
  • 1
  • 19
  • 20