Hi, I came across an issue when I wanted to run a custom flex unit 4 test runner with the flex mojos plugin.
Since my tests are not based on the Test annotation the FlexUnit4Runner was unable to detect and count number of test cases properly. Since I don't see any easy way of fixing this issue inside the flexmojos runner I wanted to come up with my own. But is seems like your SocketReporter is fairly closed for any extension. Even extending it does not lead to any reasonable results as most of the interesting stuff is private. It would be very nice of you if you could: 1) make more protected stuff in SocketReporter 2) use a factory for defining runners so that I could plug in my own implementation Regards, Kris -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos http://flexmojos.sonatype.org/
