gpt4 book ai didi

c# - 带有构造函数参数的最小起订量

转载 作者:行者123 更新时间:2023-11-30 12:15:18 24 4
gpt4 key购买 nike

我有一个如下所示的工厂:

public IFoo GetFoo(IFile file)
{
return _kernel.Get<IFoo>(new ConstructorArgument("file", file));
}

在我使用 Moq 模拟 IFoo 之前,它工作正常。在 mock 中没有名为 file 的构造函数参数,我得到一个 Ninject.ActivationException。

我该如何解决?

最佳答案

您应该在测试期间模拟您的工厂。希望“GetFoo”方法是您的工厂接口(interface)的一部分。模拟工厂,然后您可以设置工厂以返回您想要的任何 IFoo(测试 IFoo 或可能是模拟 IFoo)。

关于c# - 带有构造函数参数的最小起订量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7664884/

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