[socal-piggies] thanks to everybody

Chuck Esterbrook chuck.esterbrook at gmail.com
Sun Apr 19 18:20:30 PDT 2009


Hi everyone,

Per our discussion on mocking (of objects, not speakers!), here is a
page with brief contention over the record/reply/verify model for
mocking, including comments and a link to another blog post:
http://ayende.com/Blog/archive/2007/12/26/The-RecordReplayVerify-model.aspx

Here is a much more intense one (the comments go on and on):
http://ayende.com/Blog/archive/2007/12/19/Moq-Mocking-in-C-3.0.aspx

Although these discussions are .NET-centric, the concepts can be
applied to JVM and Python. Also, to help you with C#, when you see:

    x => x.Blah()

The Python would be:

    lambda x: x.blah()

-Chuck
-- 
http://cobra-language.com/




More information about the socal-piggies mailing list