public static function setProperty($propertyName)
 {
     $expectation = new Expectation(Core::getLanguage());
     return $expectation->setProperty($propertyName);
 }