FsUnit 0.9.1.1
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 0.9.1.1
dotnet add package FsUnit --version 0.9.1.1
<PackageReference Include="FsUnit" Version="0.9.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FsUnit --version 0.9.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FsUnit, 0.9.1.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install FsUnit as a Cake Addin
#addin nuget:?package=FsUnit&version=0.9.1.1
// Install FsUnit as a Cake Tool
#tool nuget:?package=FsUnit&version=0.9.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
- NUnit (>= 2.5.7.10213 && < 2.5.10.11093)
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.
|
|
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 (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 | 6,437 | 1/16/2021 |
4.0.3 | 131 | 1/16/2021 |
4.0.2 | 13,462 | 11/7/2020 |
4.0.1 | 8,542 | 7/31/2020 |
4.0.0 | 446 | 7/25/2020 |
3.9.0 | 6,154 | 6/25/2020 |
3.8.1 | 29,095 | 4/2/2020 |
3.8.0 | 58,848 | 11/29/2019 |
3.7.0 | 5,878 | 11/2/2019 |
3.6.0 | 563 | 10/30/2019 |
3.5.0 | 10,854 | 10/2/2019 |
3.4.1 | 11,540 | 8/18/2019 |
3.4.0 | 45,779 | 11/10/2018 |
3.3.0 | 689 | 11/9/2018 |
3.2.0 | 22,809 | 7/30/2018 |
3.1.0 | 48,873 | 2/18/2018 |
3.1.0-beta2 | 1,341 | 10/27/2017 |
3.1.0-beta1 | 531 | 10/25/2017 |
3.0.0 | 41,950 | 3/5/2017 |
2.4.0-alpha-2 | 2,300 | 1/20/2017 |
2.4.0-alpha-1 | 594 | 1/20/2017 |
2.3.2 | 16,202 | 10/4/2016 |
2.3.1 | 11,879 | 7/9/2016 |
2.3.0 | 2,109 | 6/27/2016 |
2.2.0 | 2,532 | 5/26/2016 |
2.2.0-beta1 | 723 | 3/7/2016 |
2.1.0 | 9,743 | 3/6/2016 |
2.0.0 | 2,658 | 2/8/2016 |
1.4.1 | 41,848 | 12/7/2015 |
1.4.0 | 3,941 | 11/3/2015 |
1.4.0-beta3 | 732 | 8/3/2015 |
1.4.0-beta | 900 | 7/29/2015 |
1.3.1 | 7,776 | 7/26/2015 |
1.3.1-beta | 657 | 7/20/2015 |
1.3.0.1 | 46,769 | 6/29/2014 |
1.2.1 | 17,628 | 4/28/2013 |
1.1.1 | 3,474 | 1/20/2013 |
1.1.0.2 | 1,822 | 11/18/2012 |
1.1.0.1 | 1,592 | 7/8/2012 |
1.1.0 | 1,344 | 4/21/2012 |
1.0.0.5 | 930 | 4/21/2012 |
1.0.0.4 | 1,316 | 12/25/2011 |
1.0.0.3 | 1,008 | 12/14/2011 |
0.9.1.1 | 998 | 12/3/2011 |
0.9.1 | 1,404 | 5/19/2011 |
0.9.0 | 1,848 | 2/12/2011 |