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