XUnit Gui written in WPF
Перейти к файлу
Matteo Cominetti 0eeef52d51 feat: updates xunit 2023-03-09 18:28:47 +01:00
Launcher added launcher and MvvmLightLibs 2020-07-01 15:55:43 +01:00
SampleTestAssembly feat: updates xunit 2023-03-09 18:28:47 +01:00
speckle.xunit.runner.wpf feat: updates xunit 2023-03-09 18:28:47 +01:00
.gitattributes :octocat: Added .gitattributes & .gitignore files 2015-08-08 15:33:49 -07:00
.gitignore execute test on enter key 2018-02-04 01:42:25 +01:00
LICENSE Add Apache 2.0 license 2019-02-04 15:12:10 -08:00
README.md Update README.md 2020-09-28 22:14:20 +01:00
azure-pipelines.yml Update azure-pipelines.yml for Azure Pipelines 2020-09-15 15:20:09 +02:00
speckle.xunit.runner.wpf.sln added launcher and MvvmLightLibs 2020-07-01 15:55:43 +01:00

README.md

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 !