使用 MBUnit 配置

发布于 2024-11-20 00:04:28 字数 130 浏览 2 评论 0原文

我想使用 MBUnit 为我的应用程序编写单元测试,但是我需要设置一些配置。

我的理解是,我添加到单元测试 DLL 中的任何 App.config 文件都不会被加载。我查看了 wiki,但看不到任何方法,是否有加载我的配置的机制?

I want to use MBUnit to write unit tests for my application, however I will require some configuration to be set up.

My understanding is that any App.config files I add to the unit test DLL will not be loaded. I've looked in the wiki and can't see a way, is there a mechanism for loading my configuration?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蝶舞 2024-11-27 00:04:28

我自己对此进行了更多研究,我发现了这篇文章

您可以像创建常规 exe (DllName.dll.config) 一样创建一个配置文件来完成此操作,MBUnit 会自动将其加载为适当的配置文件。

I have looked into this more by myself, I found this article.

You can do this by creating a config file as you would a regular exe (DllName.dll.config), MBUnit automatically loads this as the appropriate config file.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文