I think AssertWasCalled is typically used when you're doing the AAA (Arrange/Act/Assert) style of unit testing. The VerifyAllExpectations is usually used when you're using the older record/replay semantics.
My 2 cents... --- Patrick Steele http://weblogs.asp.net/psteele On Mon, Nov 28, 2011 at 9:35 AM, hagai cohen <[email protected]> wrote: > Hi > does any one can answer what is the different between those? > is there any scenario that I can implement with this and not with that > or viבe versa ? > > Thanks > hagai > > > -- > 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. > > -- 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.
