Files
speckle.xunit.runner.wpf/README.md
T
Matteo Cominetti 2365885ffa readme
2020-06-27 15:53:31 +01:00

10 lines
451 B
Markdown

# xunit.runner.wpf
XUnit Gui written in WPF
Fork of [xunit.runner.wpf](https://www.nuget.org/packages/xunit.runner.wpf).
This version, currently in WIP, uses the [AssemblyRunner](xunit.v3.runner.utility) found in xunit.v3.runner.utility to run the tests so that the external dlls are loaded in the same AppDomain.
This is necessary when running unit tests of code hosted by external applications (Revit etc).
Coming soon, a xunit runner for Revit.