gpt4 book ai didi

c# - 使用 Rhino.Mocks stub 属性 setter 以在调用时执行操作?

转载 作者:太空狗 更新时间:2023-10-29 23:03:45 27 4
gpt4 key购买 nike

这可以通过以下方法完成:

myStub.Stub(x => x.SomeMethod()).WhenCalled(x => do something);

有什么方法可以在调用属性 setter 时完成同样的事情吗?

最佳答案

以下将起作用:

Expect.Call(myStub.MyProperty).WhenCalled(p => Console.WriteLine("Called")).Return("Test result");

请注意,这仅在您的属性(在本例中为 MyProperty)声明为虚拟时才有效。

关于c# - 使用 Rhino.Mocks stub 属性 setter 以在调用时执行操作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4116361/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com