FsUnit.xUnit
5.0.0
Install-Package FsUnit.xUnit -Version 5.0.0
dotnet add package FsUnit.xUnit --version 5.0.0
<PackageReference Include="FsUnit.xUnit" Version="5.0.0" />
paket add FsUnit.xUnit --version 5.0.0
#r "nuget: FsUnit.xUnit, 5.0.0"
// Install FsUnit.xUnit as a Cake Addin
#addin nuget:?package=FsUnit.xUnit&version=5.0.0
// Install FsUnit.xUnit as a Cake Tool
#tool nuget:?package=FsUnit.xUnit&version=5.0.0
FsUnit is a set of extensions that add special testing syntax to xUnit.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.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 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- FSharp.Core (>= 5.0.2)
- NETStandard.Library (>= 2.0.3)
- NHamcrest (>= 2.0.1 && < 2.1.0)
- xunit (>= 2.4.1 && < 2.5.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on FsUnit.xUnit:
Package | Downloads |
---|---|
FsUnit.xUnit.Sample
FsUnit is a set of extensions that add special testing syntax to xUnit. |
|
far_net
Description |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on FsUnit.xUnit:
Repository | Stars |
---|---|
dotnet/installer
.NET SDK Installer
|
|
imazen/resizer
The official repository for ImageResizer
|
|
exercism/v3
The work-in-progress project for developing v3 tracks
|
Version | Downloads | Last updated |
---|---|---|
5.0.0 | 32,213 | 4/9/2022 |
4.2.0 | 44,332 | 1/21/2022 |
4.1.0 | 14,846 | 11/14/2021 |
4.0.7 | 36,376 | 10/12/2021 |
4.0.6 | 15,613 | 8/14/2021 |
4.0.5 | 4,977 | 7/18/2021 |
4.0.4 | 77,506 | 1/16/2021 |
4.0.3 | 280 | 1/16/2021 |
4.0.2 | 20,106 | 11/7/2020 |
4.0.1 | 13,482 | 7/31/2020 |
4.0.0 | 784 | 7/25/2020 |
3.9.0 | 8,431 | 6/25/2020 |
3.8.1 | 22,014 | 4/2/2020 |
3.8.0 | 90,123 | 11/29/2019 |
3.7.0 | 6,607 | 11/2/2019 |
3.6.0 | 846 | 10/30/2019 |
3.5.0 | 24,129 | 10/2/2019 |
3.4.1 | 17,028 | 8/18/2019 |
3.4.0 | 54,472 | 11/10/2018 |
3.3.0 | 603 | 11/9/2018 |
3.2.0 | 9,998 | 7/30/2018 |
3.1.0 | 77,005 | 2/18/2018 |
3.1.0-beta2 | 3,340 | 10/27/2017 |
3.1.0-beta1 | 733 | 10/25/2017 |
3.0.0 | 12,805 | 8/11/2017 |
1.4.1 | 45,471 | 12/7/2015 |
1.4.0 | 1,473 | 11/3/2015 |
1.4.0-beta5 | 1,056 | 10/3/2015 |
1.4.0-beta2 | 992 | 7/30/2015 |
1.4.0-beta | 923 | 7/28/2015 |
1.3.1 | 3,254 | 7/26/2015 |
1.3.1-beta | 857 | 7/20/2015 |
1.3.0.1 | 11,061 | 6/29/2014 |
1.2.2.1 | 5,668 | 1/3/2014 |
1.2.1.2 | 2,193 | 12/20/2012 |
1.1.1.3 | 992 | 1/3/2014 |
1.1.1.2 | 1,423 | 11/18/2012 |
1.1.1 | 1,307 | 11/11/2012 |
1.1.0.1 | 1,316 | 7/8/2012 |
1.1.0 | 1,354 | 4/21/2012 |
1.0.0.4 | 1,359 | 12/25/2011 |
1.0.0.3 | 1,222 | 12/14/2011 |
1.0.0 | 2,081 | 12/10/2011 |
- [BREAKING] xUnit equality assertions executed of expected value instead of actual
- FsUnitTyped assertions for xUnit (by @Smaug123) - https://github.com/fsprojects/FsUnit/commit/736b7a1378efe0266533fddcd0e47a6e53672256
- Native assertions for NUnit/FsUnitTyped (by @CaptnCodr) - https://github.com/fsprojects/FsUnit/commit/b4f29af63b809e5a84fcd4835bad6b47860a08da
- Allows usage of parent exception types in shouldFail assertions - https://github.com/fsprojects/FsUnit/commit/c9963411a065fde2a49f5fe258c48a9b3ab1606e
- Docs for Expecto assertions - https://fsprojects.github.io/FsUnit/Expecto.html
- Fantomas code formatting
- Dependencies update