I received this response from support.
It works fine with the update! ;-)
bye
---------------------------------------------------
Hello,
You are not implementing listener class correctly, methods should be:
public void beforeRun( TestCaseRunner testRunner, TestCaseRunContext runContext )
public void afterRun( TestCaseRunner testRunner, TestCaseRunContext runContext )
not
public void beforeRun(TestRunner testRunner, TestRunContext runContext)
public void afterRun(TestCaseRunner testRunner, TestRunContext runContext)
Please see, API docs in Developers corner on
www.soapui.org. I guess this since our documentation
was wrong. We fixed it. Sorry for inconvenience.
Let me know does this helps,
robert