From 8d1679bef7ed1cb4c158517f8fba9a6ae46dfd9d Mon Sep 17 00:00:00 2001 From: Matteo Cominetti Date: Mon, 28 Sep 2020 22:14:20 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c89e700..dc31630 100644 --- a/README.md +++ b/README.md @@ -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/