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 | 1,767 | 1/16/2021 |
4.0.3 | 99 | 1/16/2021 |
4.0.2 | 9,227 | 11/7/2020 |
4.0.1 | 7,853 | 7/31/2020 |
4.0.0 | 404 | 7/25/2020 |
3.9.0 | 5,601 | 6/25/2020 |
3.8.1 | 27,531 | 4/2/2020 |
3.8.0 | 55,184 | 11/29/2019 |
3.7.0 | 5,763 | 11/2/2019 |
3.6.0 | 525 | 10/30/2019 |
3.5.0 | 10,800 | 10/2/2019 |
3.4.1 | 11,395 | 8/18/2019 |
3.4.0 | 43,054 | 11/10/2018 |
3.3.0 | 612 | 11/9/2018 |
3.2.0 | 22,593 | 7/30/2018 |
3.1.0 | 48,600 | 2/18/2018 |
3.1.0-beta2 | 1,312 | 10/27/2017 |
3.1.0-beta1 | 504 | 10/25/2017 |
3.0.0 | 41,579 | 3/5/2017 |
2.4.0-alpha-2 | 2,278 | 1/20/2017 |
2.4.0-alpha-1 | 571 | 1/20/2017 |
2.3.2 | 16,119 | 10/4/2016 |
2.3.1 | 11,843 | 7/9/2016 |
2.3.0 | 2,071 | 6/27/2016 |
2.2.0 | 2,492 | 5/26/2016 |
2.2.0-beta1 | 695 | 3/7/2016 |
2.1.0 | 9,704 | 3/6/2016 |
2.0.0 | 2,618 | 2/8/2016 |
1.4.1 | 41,753 | 12/7/2015 |
1.4.0 | 3,897 | 11/3/2015 |
1.4.0-beta3 | 706 | 8/3/2015 |
1.4.0-beta | 863 | 7/29/2015 |
1.3.1 | 7,635 | 7/26/2015 |
1.3.1-beta | 634 | 7/20/2015 |
1.3.0.1 | 46,493 | 6/29/2014 |
1.2.1 | 17,565 | 4/28/2013 |
1.1.1 | 3,427 | 1/20/2013 |
1.1.0.2 | 1,789 | 11/18/2012 |
1.1.0.1 | 1,554 | 7/8/2012 |
1.1.0 | 1,299 | 4/21/2012 |
1.0.0.5 | 896 | 4/21/2012 |
1.0.0.4 | 1,278 | 12/25/2011 |
1.0.0.3 | 969 | 12/14/2011 |
0.9.1.1 | 963 | 12/3/2011 |
0.9.1 | 1,357 | 5/19/2011 |
0.9.0 | 1,779 | 2/12/2011 |