Thanks for the tip. I will look into the TestRunner code to see if I can use that somehow.
Meanwhile, I came across the
https://github.com/SmartBear/soapui/blo ... ector.java and the createNew method in there. Looks like this guy checks for a soapui.junit.reportCollector system property and uses that if available. I haven't had any luck getting it to work, but was wondering if anyone has used this to pass in their own custom JUnitReportCollector.
As far as using a listener, I couldn't figure out how to manipulate the JUnitReport from a listener. Might research this some more.