Info
Version: | 7.0.0 |
Author(s): | Stephen Swensen |
Last Update: | Saturday, December 30, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SwensenSoftware/unquote |
NuGet Url: | https://www.nuget.org/packages/Unquote |
Install
Install-Package Unquote
dotnet add package Unquote
paket add Unquote
Unquote Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- FSharp.Core(>= 4.6.2)
- FSharp.Core(>= 4.6.2)
Tags
Instead, assertions are written as plain, statically-checked F# quoted expressions and test failure messages are given as step-by-step F# expression evaluations.
Unquote integrates configuration-free with all exception-based unit testing frameworks including xUnit.net, NUnit, and Expecto. Unquote may even be used within FSI sessions, enabling the direct migration of ad-hoc FSI tests during interactive development to formal test suites.
In addition to its unit testing features, Unquote includes operators for evaluating, decompiling, and incrementally reducing quoted expressions.