FsUnit 4.0.4
FsUnit is a set of extensions that add special testing syntax to NUnit.
Install-Package FsUnit -Version 4.0.4
dotnet add package FsUnit --version 4.0.4
<PackageReference Include="FsUnit" Version="4.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FsUnit --version 4.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FsUnit, 4.0.4"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
- Dependency update (NUnit 3.12 => 3.13).
- Nuget authors update.
Dependencies
-
.NETStandard 2.0
- FSharp.Core (>= 4.3.4)
- NETStandard.Library (>= 2.0.3)
- NUnit (>= 3.13.0 && < 4.0.0)
Used By
NuGet packages (6)
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.
|
|
FsUnit.MvcSample
FsUnit.MvcSample provides a sample test for an MVC controller using FsUnit and NUnit.
|
|
Active.Net.AddOnlyDb
Simple syncable key-value database, based on SQLite
|
|
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 (2)
Showing the top 2 popular GitHub repositories that depend on FsUnit:
Repository | Stars |
---|---|
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 History
Version | Downloads | Last updated |
---|---|---|
4.0.4 | 2,238 | 1/16/2021 |
4.0.3 | 103 | 1/16/2021 |
4.0.2 | 9,662 | 11/7/2020 |
4.0.1 | 7,908 | 7/31/2020 |
4.0.0 | 407 | 7/25/2020 |
3.9.0 | 5,626 | 6/25/2020 |
3.8.1 | 27,661 | 4/2/2020 |
3.8.0 | 55,666 | 11/29/2019 |
3.7.0 | 5,768 | 11/2/2019 |
3.6.0 | 528 | 10/30/2019 |
3.5.0 | 10,804 | 10/2/2019 |
3.4.1 | 11,404 | 8/18/2019 |
3.4.0 | 43,323 | 11/10/2018 |
3.3.0 | 619 | 11/9/2018 |
3.2.0 | 22,603 | 7/30/2018 |
3.1.0 | 48,619 | 2/18/2018 |
3.1.0-beta2 | 1,313 | 10/27/2017 |
3.1.0-beta1 | 504 | 10/25/2017 |
3.0.0 | 41,671 | 3/5/2017 |
2.4.0-alpha-2 | 2,279 | 1/20/2017 |
2.4.0-alpha-1 | 571 | 1/20/2017 |
2.3.2 | 16,131 | 10/4/2016 |
2.3.1 | 11,846 | 7/9/2016 |
2.3.0 | 2,077 | 6/27/2016 |
2.2.0 | 2,495 | 5/26/2016 |
2.2.0-beta1 | 695 | 3/7/2016 |
2.1.0 | 9,707 | 3/6/2016 |
2.0.0 | 2,622 | 2/8/2016 |
1.4.1 | 41,760 | 12/7/2015 |
1.4.0 | 3,901 | 11/3/2015 |
1.4.0-beta3 | 708 | 8/3/2015 |
1.4.0-beta | 864 | 7/29/2015 |
1.3.1 | 7,645 | 7/26/2015 |
1.3.1-beta | 634 | 7/20/2015 |
1.3.0.1 | 46,493 | 6/29/2014 |
1.2.1 | 17,573 | 4/28/2013 |
1.1.1 | 3,430 | 1/20/2013 |
1.1.0.2 | 1,789 | 11/18/2012 |
1.1.0.1 | 1,555 | 7/8/2012 |
1.1.0 | 1,303 | 4/21/2012 |
1.0.0.5 | 898 | 4/21/2012 |
1.0.0.4 | 1,279 | 12/25/2011 |
1.0.0.3 | 970 | 12/14/2011 |
0.9.1.1 | 964 | 12/3/2011 |
0.9.1 | 1,361 | 5/19/2011 |
0.9.0 | 1,784 | 2/12/2011 |