2008. 2005 doesn't support lambda.
Sent from my Verizon Wireless BlackBerry -----Original Message----- From: Tim Barcz <[email protected]> Date: Sun, 5 Jul 2009 22:28:32 To: <[email protected]> Subject: [RhinoMocks] Re: Ordered Expectation for AAA - Feature request with patch Are you running this in 2008 or 2005? On Sat, Jul 4, 2009 at 1:04 PM, Kenneth Xu <[email protected]> wrote: > Hi Tim, > > This is a feature request with patch that implements the requested > feature. With ordering support, we will be able to verify the like > this: > > _sut.AssertWasCalled(x => x.Execute(Arg<IRunnable>.Is.NotNull)) > .Before(_callable.AssertWasCalled(c => c.Call())); > > I have explained the idea and how this is implemented here: > http://kennethxu.blogspot.com/2009/06/rhinomocks-ordered-expectations.html > > BTW, attached patch also include a) the Func fix for FOR_NET_2_0 > build. b) additional test cases for the DP bugs fixed by Krzysztof. > > Cheers, > Kenneth > > > > -- Tim Barcz ASPInsider http://timbarcz.devlicio.us http://www.twitter.com/timbarcz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino.Mocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/RhinoMocks?hl=en -~----------~----~----~----~------~----~------~--~---
