Update README.md

This commit is contained in:
Matteo Cominetti
2020-09-28 22:14:20 +01:00
committed by GitHub
parent ed266339f2
commit 8d1679bef7
+1 -1
View File
@@ -6,7 +6,7 @@ XUnit Gui written in WPF
Fork of [xunit.runner.wpf](https://www.nuget.org/packages/xunit.runner.wpf).
This fork, uses the [AssemblyRunner](xunit.v3.runner.utility) of xunit.v3.runner.utility to run the tests so that the external dlls are loaded via reflection in the same AppDomain.
This fork, uses the [AssemblyRunner](https://github.com/xunit/xunit/blob/main/src/xunit.v3.runner.utility/Runners/AssemblyRunner.cs) of xunit.v3.runner.utility to run the tests so that the external dlls are loaded via reflection in the same AppDomain.
This is necessary when running unit tests of code hosted by external applications (Revit etc).
NuGet package: https://www.nuget.org/packages/speckle.xunit.runner.wpf/