Update README.md
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user