Interestingly, the meta tags have been wrong since they were first added nearly 5 years ago:
https://github.com/apache/flex-flexunit/commit/d594ab33d62bc5ba6f70888bfbe23a1bb2280d0b On Wed, Jan 7, 2015 at 4:43 PM, Héctor A <neverbi...@gmail.com> wrote: > It has come to my attention that FlexUnit has some metadata tags wrongly > defined, in org.flexunit.runner.FlexUnitCore there are: > > [Event(type="testsComplete", type="flash.events.Event")] > [Event(type="runnerStart", type="flash.events.Event")] > [Event(type="testsStopped", type="flash.events.Event")] > > Where it should be: > > [Event(name="testsComplete", type="flash.events.Event")] > [Event(name="runnerStart", type="flash.events.Event")] > [Event(name="testsStopped", type="flash.events.Event")] > > I don't know if there are more tags using wrong properties, a quick search > showed only those ones. > > Best regards >