MockTestRunner mockTestRunner = new MockTestRunner( testCase, Logger.getLogger( "testing" ) );
MockTestRunContext context = new MockTestRunContext( mockTestRunner, testStep );
PropertyExpansionUtils.getGlobalProperties().setPropertyValue( "testSuiteId", "testing" );
assertEquals( "123", context.expand( "${#Project#projectId}" ) );
assertEquals( "234", context.expand( "${#TestSuite#testSuiteId}" ) );
assertEquals( "345", context.expand( "${#TestCase#testCaseId}" ) );
SoapUI.getSettings().setBoolean( GlobalPropertySettings.ENABLE_OVERRIDE, true );