Skip to content

CaringDev/FsUnit.xUnit.Typed

Repository files navigation

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