properties.put( "#TestSuiteRunner#", this );
TestCaseRunner currentRunner = testCaseAt.run( properties, true );
activeRunners.add( currentRunner );
if( !async )
currentRunner.waitUntilFinished();
return currentRunner;
}
protected void internalFinally( WsdlTestSuiteRunContext runContext )