While I haven't seen that exact type of problem, I am familiar with there being limitations to how the Arg Constraints work. When that happens to me I will use the Get Arguments For Calls Made On extension method using the Arg (of type) IsAnything as the arguments.
>From there an array of calls are retuned which contain an array of arguments. >I can then iterate through the calls and arguments asserting my expectation. Hope that helps -- You received this message because you are subscribed to the Google Groups "Rhino.Mocks" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rhinomocks. For more options, visit https://groups.google.com/d/optout.
