|
From: Jeremy D. (6433) <JD...@ib...> - 2003-11-07 22:06:08
|
I've been using Nmock's DynamicMock for a bit now, but have recently bumped into what seems a severe limitation. I need to mock an object which has a property. I can't see anyway to set a return for a property get, nor how to have the mock return it's set value on subsequent gets. Am I missing something obvious? Thanks for the great tool! -Jeremy |