return globalTestPropertyHolder.getPropertyValue( propertyName );
}
private synchronized static void initGlobalProperties()
{
globalTestPropertyHolder = new SettingsTestPropertyHolder( SoapUI.getSettings(), null,
GlobalPropertySettings.PROPERTIES );
String propFile = System.getProperty( "soapui.properties" );
if( StringUtils.hasContent( propFile ) )
globalTestPropertyHolder.addPropertiesFromFile( propFile );