Top 20 NuGet Packages depending on FsUnit
Total dependencies: 7
FsUnit is a set of extensions that add special testing syntax to NUnit.
Simple syncable key-value database, based on SQLite
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 ...
Description
Description
FsUnit.MvcSample provides a sample test for an MVC controller using FsUnit and NUnit.