FsUnit 5.0.0
Install-Package FsUnit -Version 5.0.0
dotnet add package FsUnit --version 5.0.0
<PackageReference Include="FsUnit" Version="5.0.0" />
paket add FsUnit --version 5.0.0
#r "nuget: FsUnit, 5.0.0"
// Install FsUnit as a Cake Addin
#addin nuget:?package=FsUnit&version=5.0.0
// Install FsUnit as a Cake Tool
#tool nuget:?package=FsUnit&version=5.0.0
FsUnit is a set of extensions that add special testing syntax to NUnit.
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)
- NUnit (>= 3.13.3 && < 3.14.0)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on FsUnit:
Package | Downloads |
---|---|
FsUnit.Sample
FsUnit is a set of extensions that add special testing syntax to NUnit. |
|
Active.Net.AddOnlyDb
Simple syncable key-value database, based on SQLite |
|
FsUnit.MvcSample
FsUnit.MvcSample provides a sample test for an MVC controller using FsUnit and NUnit. |
|
jack
jack is a beanstalkd (http://kr.github.io/beanstalkd/) client written in F#. Install: nuget install jack Usage: open jack let client = Connection.parseAddress "localhost:11300" |> Client.connect client.useTube "testTube" |> ignore client.put 1000 0 30 "my message" |> ignore // priority=1000, delay=0, ttr=30 seconds client.watch "testTube" |> ignore let result = client.reserveWithTimeout 5 match result with | Success (jobId, payload) -> printfn "jobId=%i payload=%s" jobId payload client.delete jobId |> ignore | Failure msg -> failwith msg |
|
MyFSharpHelpers
Description |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on FsUnit:
Repository | Stars |
---|---|
mathnet/mathnet-numerics
Math.NET Numerics
|
|
lowleveldesign/wtrace
Command line tracing tool for Windows, based on ETW.
|
|
mikeobrien/HidLibrary
This library enables you to enumerate and communicate with Hid compatible USB devices in .NET.
|
Version | Downloads | Last updated |
---|---|---|
5.0.0 | 24,613 | 4/9/2022 |
4.2.0 | 27,758 | 1/21/2022 |
4.1.0 | 15,630 | 11/14/2021 |
4.0.7 | 18,277 | 10/12/2021 |
4.0.6 | 11,206 | 8/14/2021 |
4.0.5 | 9,440 | 7/18/2021 |
4.0.4 | 67,002 | 1/16/2021 |
4.0.3 | 318 | 1/16/2021 |
4.0.2 | 24,625 | 11/7/2020 |
4.0.1 | 14,545 | 7/31/2020 |
4.0.0 | 668 | 7/25/2020 |
3.9.0 | 9,672 | 6/25/2020 |
3.8.1 | 39,331 | 4/2/2020 |
3.8.0 | 68,551 | 11/29/2019 |
3.7.0 | 6,440 | 11/2/2019 |
3.6.0 | 769 | 10/30/2019 |
3.5.0 | 11,269 | 10/2/2019 |
3.4.1 | 12,748 | 8/18/2019 |
3.4.0 | 65,571 | 11/10/2018 |
3.3.0 | 1,090 | 11/9/2018 |
3.2.0 | 27,334 | 7/30/2018 |
3.1.0 | 49,737 | 2/18/2018 |
3.1.0-beta2 | 1,563 | 10/27/2017 |
3.1.0-beta1 | 705 | 10/25/2017 |
3.0.0 | 44,982 | 3/5/2017 |
2.4.0-alpha-2 | 2,483 | 1/20/2017 |
2.4.0-alpha-1 | 784 | 1/20/2017 |
2.3.2 | 16,946 | 10/4/2016 |
2.3.1 | 12,176 | 7/9/2016 |
2.3.0 | 2,379 | 6/27/2016 |
2.2.0 | 2,809 | 5/26/2016 |
2.2.0-beta1 | 921 | 3/7/2016 |
2.1.0 | 9,996 | 3/6/2016 |
2.0.0 | 2,913 | 2/8/2016 |
1.4.1 | 43,034 | 12/7/2015 |
1.4.0 | 4,214 | 11/3/2015 |
1.4.0-beta3 | 1,210 | 8/3/2015 |
1.4.0-beta | 1,319 | 7/29/2015 |
1.3.1 | 8,243 | 7/26/2015 |
1.3.1-beta | 901 | 7/20/2015 |
1.3.0.1 | 50,892 | 6/29/2014 |
1.2.1 | 18,039 | 4/28/2013 |
1.1.1 | 3,747 | 1/20/2013 |
1.1.0.2 | 2,342 | 11/18/2012 |
1.1.0.1 | 1,945 | 7/8/2012 |
1.1.0 | 1,603 | 4/21/2012 |
1.0.0.5 | 1,242 | 4/21/2012 |
1.0.0.4 | 1,674 | 12/25/2011 |
1.0.0.3 | 1,352 | 12/14/2011 |
0.9.1.1 | 1,345 | 12/3/2011 |
0.9.1 | 1,675 | 5/19/2011 |
0.9.0 | 2,830 | 2/12/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