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
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---
OrderedAAA.patch
Description: Binary data
