mmestre
7 years agoNew Contributor
[Plugin] MockTestRunner listener
Hi,
I need to add a listener to be triggered when a single step is being executed from it's panel, to be executed before the TestStep.
When the step is a SOAP step, I have been able to add it using the SubmitListenerAdaptader. But I couldn't find how to implement a listener to be triggered when (e.g.) GroovyTestSteps or a JDBCTestSteps are being executed.
Runner class: com.eviware.soapui.impl.wsdl.panels.support.MockTestRunner
Context class: com.eviware.soapui.impl.wsdl.panels.support.MockTestRunContext