Does FlexUnit 4 support the old naming conventions?
Does FlexUnit 4 support the old naming conventions for testMethods, setUp and tearDown(), as an alternative to the new metadata? If not, please consider it. It would be much less work to migrate older tests if people didn't have to add [Test] everywhere just so FlexUnit can find the test methods.
It would be great if migrating a test case was, in most cases, a matter of removing the "extends TestCase", updating packages, and making setUp and tearDown public. Oh, and the asserts are a new style, but that can be made easier (I'll start another thread for that).
