179180181182183184185186187188189
{ WsdlTestSuite testSuite = getTestRunnable(); try { testSuite.runTearDownScript( runContext, this ); } catch( Exception e ) { SoapUI.logError( e ); }
158159160161162163164165166167168
protected void internalFinally(WsdlTestSuiteRunContext runContext) { WsdlTestSuite testSuite = getTestRunnable(); try { testSuite.runTearDownScript(runContext, this); } catch (Exception e) { SoapUI.logError(e); } notifyAfterRun();