Runtime Error using Parameterized in OrderArgumentPlusInheritanceSorter
When running my parametrized tests with 4.1 beta 2 I am getting the following error:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at org.flexunit.runner.manipulation::OrderArgumentPlusInheritanceSorter/getInheritedOrder()
It looks like what happens is Klass.getMethod() is being called using the parameterized test name with the data appended ( ex: 'testName ("param")' )
Seems like a simple fix could be made in OrderArgumentPlusInheritanceSorter.returnOnlyName() to chop off the paramater as well.
Regards,
Brian
