{"upper",wrapArgs("abc def",123),nil,mustCreateException(TypeErrorType,"'upper' of 'str' requires 1 arguments")},
{"upper",wrapArgs(123),nil,mustCreateException(TypeErrorType,"unbound method upper() must be called with str instance as first argument (got int instance instead)")},