Info
Version: | 1.2.46-alpha |
Author(s): | Andrew Arnott |
Last Update: | Tuesday, June 6, 2023 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/AArnott/Xunit.StaFact |
NuGet Url: | https://www.nuget.org/packages/Xunit.StaFact |
Install
Install-Package Xunit.StaFact
dotnet add package Xunit.StaFact
paket add Xunit.StaFact
Xunit.StaFact Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- xunit.extensibility.execution(>= 2.4.1)
- xunit.extensibility.execution(>= 2.4.1)
- xunit.extensibility.execution(>= 2.4.1)
Tags
Simply use [WpfFact], [WinFormsFact], [StaFact] or the cross-platform [UIFact] on your test method to run your test under conditions that most closely match the main thread in your application.
Theory variants of these attributes allow for parameterized testing.
Check out the xunit.combinatorial nuget package for pairwise or combinatorial testing with theories.