Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 NUnit 插件并使用 PNUnit 运行测试。有可能还是我只是做错了什么?它单独工作,但是当我运行 PNunit 时,它会忽略使用 EventListeners 的 NUnit 插件。
提前感谢您的回答,如果没有找到那个愚蠢的询问网络信息,请原谅。
目前这是不可能的;PNUnit 没有设置加载 NUnit 插件所需的环境。
对此有一个例外,即任何具有 [NUnitAddin] 属性并在测试程序集中定义的类都将作为插件加载。因此,您可能能够以这种方式获取您想要加载的插件。