/speckle.xunit.runner.wpf

XUnit Gui written in WPF

Primary LanguageC#Apache License 2.0Apache-2.0

speckle.xunit.runner.wpf

Build Status

XUnit Gui written in WPF

Fork of xunit.runner.wpf.

This fork, uses the AssemblyRunner 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/

Sample application using it: https://github.com/Speckle-Next/xUnitRevit

Many thanks to all the developers of xunit and xunit.runner.wpf!

Check out our blog post on this 👉 https://speckle.systems/blog/xunitrevit !