I have a mocked object that is passed as a constructor argument to another object.
How can I test that a mocked object\'s property has been called? This is code I am
Depending on your version of Rhino you are using, you can use:
// Call to mock object here LastCall.IgnoreArguments().Repeat.Never();