gpt4 book ai didi

c# - 使用 Typemock 模拟静态类

转载 作者:行者123 更新时间:2023-11-30 20:56:54 25 4
gpt4 key购买 nike

我正在上一个类,如下所示。我想知道我们如何使用 Typemock 模拟此类

public static class MyClass
{
public static string MyFunction()
{

}
}

最佳答案

静态方法模拟不需要特殊语法。您应该能够像往常一样使用 AAA 语法。

Isolate.Fake.WhenCalled(() => MyClass.MyFunction()).WillReturn("mock");

有一些 great documentation about this on the Typemock site .

关于c# - 使用 Typemock 模拟静态类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17234462/

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