- a library for xUnit testing in idiomatic F#
- functional
- typesafe
- a non-endorsed, hard fork of and heavily inspired by FsUnit.xUnit
- supporting most needed functionality for xUnit
open FsUnit.Xunit.Typed
open Xunit
[<Fact>]
let ``this does not compile``() =
42 |> should (be greaterThan) 7.0