Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.06 KB

FsUnit.xUnit.Typed

NuGet badge
Build status .NET Core
Build history

  • 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