Need the ability to right click on an individual flex unit tests, or a folder of tests, and select an option to launch the test(s). The results for the test(s) should be executed and the results displayed in the FlexUnit runner application, or within FDT itself.
When launching individual tests FDT will need to generate a runner class with only the test(s) selected and automatically launch it. Preferably this would happen behind the scenes and the runner class would not be visible within the project (in contrast to how FlashBuilder handles this).
Currently in order to test individual tests you would have to hand edit the runner class each time to specify which test to run, which really slows down the process of creating tests.