FsUnit 2.0.0
FsUnit is a set of extensions that add special testing syntax to NUnit.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package FsUnit -Version 2.0.0
dotnet add package FsUnit --version 2.0.0
<PackageReference Include="FsUnit" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FsUnit --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FsUnit, 2.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Added support of `NUnit 3` - https://github.com/fsprojects/FsUnit/pull/83
Dropped support of obsolete `not` operator
Dependencies
-
- FSharp.Core (>= 3.1.2.5)
- NUnit (= 3.0.1)
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,344 | 1/16/2021 |
4.0.3 | 104 | 1/16/2021 |
4.0.2 | 9,742 | 11/7/2020 |
4.0.1 | 7,916 | 7/31/2020 |
4.0.0 | 408 | 7/25/2020 |
3.9.0 | 5,631 | 6/25/2020 |
3.8.1 | 27,687 | 4/2/2020 |
3.8.0 | 55,722 | 11/29/2019 |
3.7.0 | 5,776 | 11/2/2019 |
3.6.0 | 530 | 10/30/2019 |
3.5.0 | 10,805 | 10/2/2019 |
3.4.1 | 11,405 | 8/18/2019 |
3.4.0 | 43,344 | 11/10/2018 |
3.3.0 | 620 | 11/9/2018 |
3.2.0 | 22,604 | 7/30/2018 |
3.1.0 | 48,620 | 2/18/2018 |
3.1.0-beta2 | 1,313 | 10/27/2017 |
3.1.0-beta1 | 504 | 10/25/2017 |
3.0.0 | 41,674 | 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,133 | 10/4/2016 |
2.3.1 | 11,847 | 7/9/2016 |
2.3.0 | 2,078 | 6/27/2016 |
2.2.0 | 2,496 | 5/26/2016 |
2.2.0-beta1 | 695 | 3/7/2016 |
2.1.0 | 9,708 | 3/6/2016 |
2.0.0 | 2,624 | 2/8/2016 |
1.4.1 | 41,761 | 12/7/2015 |
1.4.0 | 3,902 | 11/3/2015 |
1.4.0-beta3 | 708 | 8/3/2015 |
1.4.0-beta | 864 | 7/29/2015 |
1.3.1 | 7,646 | 7/26/2015 |
1.3.1-beta | 634 | 7/20/2015 |
1.3.0.1 | 46,493 | 6/29/2014 |
1.2.1 | 17,574 | 4/28/2013 |
1.1.1 | 3,431 | 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,304 | 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,362 | 5/19/2011 |
0.9.0 | 1,785 | 2/12/2011 |