We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
好吧,你总是可以尝试模拟
DynamicObject
。它看起来有点不同,但它用你想要的任何东西模拟动态对象。PS,请原谅任何犀牛模拟语法问题,我之前已经使用最小起订量完成了此操作,并且我刚刚使用犀牛模拟快速参考指南写出了相同的概念。
Well you could always try mocking
DynamicObject
. It would look a bit different but it mocks a dynamic object with whatever you want.P.S. please excusing any rhino mocks syntax issues, i've done this using MOQ before and I just wrote out the same concept with the Rhino Mocks quick reference guide.