[Seaside-dev] WAPlatformTest>>testMessageSendProtocol

Paolo Bonzini paolo.bonzini at gmail.com
Wed Apr 22 04:54:54 UTC 2009


> What does #argumentCount actually do?
> In the second half of this test, #argumentCount is sent to a message that
> has an expected 1 argument and actually has 1 argument ready to send. The
> test though expects the #argumentCount to be 0. This seems a little
> surprising to me, I'd have thought it would be 1, since it's a binary
> selector.

The message send object will support #value, so the argument count will be 0.

Paolo


More information about the seaside-dev mailing list