urasandesu / Prig

Prig is a lightweight framework for test indirections in .NET Framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support NUnit 3

urasandesu opened this issue · comments

As reporting from rprouse who is a NUnit 3 maintainer, NUnit 3 test adapter has already supported runsettings.

Currently, Prig uses the vendor branched nunit-vs-adapter because the adapter didn't support to configure the kind of AppDomain that runs tests. If the adapter now supports to configure it, we should support NUnit 3 because the maintenance cost can be reduced!

At the time, NUnit3 had not supported DomainUsage, but now it seems supported it. We should restart the work about that.

We investigated it, but it seems that DomainUsage=None doesn't work at the moment. Track this issue.

By correction for #91, Prig has been able to support official NUnit Test Adapter. This is also true for NUnit 3.