asp.net - NMocks2 Argument Syntax in Rhino Mocks? -
In NMocks2, you can create the result of a method that you do not know beforehand by hand
Stub.On (AMC). Method (...). Any Aggregation () (Return value (...); My question is, does Rhino have the same mechanism, when you do not care about logic? I have a similar call I want to:
It is certain:
Apache.col (mockObject.Method (empty)) .Next Group (). Return (Always Return)
Comments
Post a Comment