urasandesu / Prig

Prig is a lightweight framework for test indirections in .NET Framework.
Other
117 stars 21 forks source link

Support NUnit 3 #69

Closed urasandesu closed 7 years ago

urasandesu commented 8 years ago

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!

urasandesu commented 7 years ago

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

urasandesu commented 7 years ago

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

urasandesu commented 7 years ago

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