{
throw new Exception("Failed to parse script file");
}
script = expandScript(script, scenarioFile,null);
return new ScriptSimulationEngine(contractFile, script);
}
Scenario scenario = new ScenarioParserWrapper().parse(scenarioFile);
if (scenario == null)
{