I figured out a fix, and this is rather strange. The problem was that I had "public class AllTestsSuite extends TestSuite" where it shouldn't have been inheriting from TestSuite. I removed "extends TestSuite" and now it works fine. I'm not sure why I had it there in the first place, it's probably something I had to do with a different testing framework at one time.
It would be nice if FlexUnit would give somewhat more helpful error messages though... ----- Beware of Newbie - I'm new to AS3 and Flex. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Custom-runner-class-org-flexunit-runners-Suite-cannot-be-instantiated-tp3173p3222.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
