Xunit.StaFact
1.2.22-alpha
dotnet add package Xunit.StaFact --version 1.2.22-alpha
NuGet\Install-Package Xunit.StaFact -Version 1.2.22-alpha
<PackageReference Include="Xunit.StaFact" Version="1.2.22-alpha" />
paket add Xunit.StaFact --version 1.2.22-alpha
#r "nuget: Xunit.StaFact, 1.2.22-alpha"
// Install Xunit.StaFact as a Cake Addin
#addin nuget:?package=Xunit.StaFact&version=1.2.22-alpha&prerelease
// Install Xunit.StaFact as a Cake Tool
#tool nuget:?package=Xunit.StaFact&version=1.2.22-alpha&prerelease
Run your xunit-based tests on an STA thread with the WPF Dispatcher, a WinForms SynchronizationContext, or even a cross-platform generic UI thread emulation with a SynchronizationContext that keeps code running on a "main thread" for that test.
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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-macos10.15 net6.0-tvos net6.0-windows net6.0-windows7.0 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows net7.0-windows7.0 |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.7.2
- xunit.extensibility.execution (>= 2.4.2)
-
.NETStandard 2.0
- xunit.extensibility.execution (>= 2.4.2)
-
net6.0
- xunit.extensibility.execution (>= 2.4.2)
-
net6.0-macos10.15
- System.Runtime.InteropServices.NFloat.Internal (>= 6.0.1)
- xunit.extensibility.execution (>= 2.4.2)
-
net6.0-windows7.0
- xunit.extensibility.execution (>= 2.4.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Xunit.StaFact:
Package | Downloads |
---|---|
Xunit.DependencyInjection.StaFact
Support Xunit.SkippableFact. public void ConfigureServices(IServiceCollection services) { services.AddStaFactSupport(); } Not support: 1. ITestOutputHelperAccessor.Output is alway null. so, ILogger can't output to xunit output. 2. Can't inject ITestOutputHelper 3. [MethodData] |
GitHub repositories (35)
Showing the top 5 popular GitHub repositories that depend on Xunit.StaFact:
Repository | Stars |
---|---|
MaterialDesignInXAML/MaterialDesignInXamlToolkit
Google's Material Design in XAML & WPF, for C# & VB.Net.
|
|
cefsharp/CefSharp
.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
|
|
reactiveui/ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
|
|
PrismLibrary/Prism
Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Xamarin Forms, and Uno / Win UI Applications..
|
|
stride3d/stride
Stride Game Engine (formerly Xenko)
|
Version | Downloads | Last updated |
---|---|---|
1.2.22-alpha | 315 | 2/6/2023 |
1.1.11 | 213,940 | 1/24/2022 |
1.1.5-alpha | 2,772 | 5/16/2021 |
1.0.37 | 371,845 | 8/4/2020 |
1.0.33-beta | 23,887 | 5/16/2020 |
1.0.31-beta | 348 | 5/6/2020 |
1.0.30-beta | 893 | 5/3/2020 |
1.0.19-beta | 10,743 | 12/11/2019 |
1.0.11-beta | 10,670 | 9/4/2019 |
1.0.3-beta | 98,418 | 4/16/2019 |
0.3.18 | 540,585 | 2/5/2019 |
0.3.13 | 11,426 | 12/2/2018 |
0.3.5 | 81,062 | 10/31/2018 |
0.3.2 | 26,876 | 10/10/2018 |
0.2.17 | 25,740 | 7/1/2018 |
0.2.9 | 185,317 | 7/16/2017 |
0.2.3-beta | 15,293 | 3/25/2017 |
0.1.44-beta | 2,377 | 2/10/2017 |
0.1.36-beta | 8,508 | 2/1/2016 |
0.1.29-alpha | 1,585 | 1/31/2016 |
0.1.26-alpha | 779 | 1/30/2016 |
0.1.7-alpha | 735 | 1/24/2016 |