WsdlTestCase testCase = testSuite.addNewTestCase( "TestCase" );
testCase.addProperty( "testCaseId" ).setValue( "345" );
WsdlTestStep testStep = testCase.addTestStep( GroovyScriptStepFactory.GROOVY_TYPE, "GroovyScript" );
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}" ) );