FsUnit is a set of extensions that add special testing syntax to xUnit.
Info
| Version: | 7.1.1 |
| Author(s): | Ray Vernagus, Daniel Mohl, Sergey Tihon, Constantin Tews |
| Last Update: | Thursday, June 26, 2025 |
| .NET Fiddle: | Online Example |
| Project Url: | https://github.com/fsprojects/FsUnit |
| NuGet Url: | https://www.nuget.org/packages/FsUnit.xUnit |
Install
Install-Package FsUnit.xUnit
dotnet add package FsUnit.xUnit
paket add FsUnit.xUnit
FsUnit.xUnit Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 2.0.3)
- xunit(>= 2.4.1 && < 2.5.0)
- NHamcrest(>= 2.0.1 && < 2.1.0)
- FSharp.Core(>= 4.3.4)
Tags