简体   繁体   中英

How to use NUnit Addins under PNUnit

I want to use NUnit Addins and run tests using PNUnit. It is possible or am I just doing something wrong? It works individually, but when I run through PNunit it ignores NUnit Addins that use EventListeners.

Thanks in advance for your answers and please forgiveness if that stupid asking the network information is not found.

This isn't possible at present; PNUnit doesn't set up the enviroment needed to load NUnit Addins.

There's one exception to this, which is that any classes with the [NUnitAddin] attribute and defined in your test assembly will be loaded as addins. So you might be able to get the addins you want loaded that way.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM