Forum Discussion
csadler
16 years agoNew Contributor
Guys,
I believe the docs are wrong at: http://www.soapui.org/architecture/extensions.html
Well, more accurately, the docs are correct for 1.7.6 but incorrect for 3.5.
I just had a problem with my listeners when upgrading from 1.7.6 to 3.5.
I found this message from someone else on here: http://www.eviware.com/forums/index.php?topic=2188.0
I was having the same problem as this guy - I needed to change the method signatures from
to
It helps to put the @Override tags in to spot this problem.
Perhaps Vidya is having the same problem?
Could someone from eviware verify this, and maybe correct this "extensions.html"?
Regards,
CSadler
I believe the docs are wrong at: http://www.soapui.org/architecture/extensions.html
Well, more accurately, the docs are correct for 1.7.6 but incorrect for 3.5.
I just had a problem with my listeners when upgrading from 1.7.6 to 3.5.
I found this message from someone else on here: http://www.eviware.com/forums/index.php?topic=2188.0
I was having the same problem as this guy - I needed to change the method signatures from
public void beforeRun(TestRunner testRunner, TestRunContext runContext) {to
public void beforeRun(TestCaseRunner testRunner, TestCaseRunContext runContext) {It helps to put the @Override tags in to spot this problem.
Perhaps Vidya is having the same problem?
Could someone from eviware verify this, and maybe correct this "extensions.html"?
Regards,
CSadler