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