Unquote 5.0.0
Unquote is not just another DSL or API for making unit test assertions. 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.
Install-Package Unquote -Version 5.0.0
dotnet add package Unquote --version 5.0.0
<PackageReference Include="Unquote" Version="5.0.0" />
paket add Unquote --version 5.0.0
#r "nuget: Unquote, 5.0.0"
// Install Unquote as a Cake Addin
#addin nuget:?package=Unquote&version=5.0.0
// Install Unquote as a Cake Tool
#tool nuget:?package=Unquote&version=5.0.0
Release Notes
https://github.com/SwensenSoftware/unquote/wiki/ReleaseNotes
Dependencies
-
.NETFramework 4.5
- FSharp.Core (>= 4.6.2)
-
.NETStandard 2.0
- FSharp.Core (>= 4.6.2)
Used By
NuGet packages (12)
Showing the top 5 NuGet packages that depend on Unquote:
Package | Downloads |
---|---|
MBrace.Tests
A collection of abstract NUnit-based test suites for evaluating
MBrace runtime implementations.
|
|
Eventful.Testing
An EventSourcing library. Test helpers.
|
|
FSharp.Azure.Storage
A library that provides an idiomatic F# API for Microsoft Azure services.
|
|
FSharp.AWS.DynamoDB
A library that provides an idiomatic F# API for AWS DynamoDB.
|
|
Doctest
An implementation of Haskell Doctest for F#.
|
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Unquote:
Repository | Stars |
---|---|
AutoFixture/AutoFixture
AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.
|
|
GreanTech/AtomEventStore
A server-less .NET Event Store based on the Atom syndication format
|
Version History
Version | Downloads | Last updated |
---|---|---|
5.0.0 | 117,674 | 6/27/2019 |
4.0.0 | 142,037 | 11/10/2017 |
3.2.0 | 27,990 | 4/2/2017 |
3.1.2 | 32,850 | 8/6/2016 |
3.1.1 | 22,478 | 1/19/2016 |
3.1.0 | 10,447 | 10/11/2015 |
3.0.0 | 56,882 | 5/17/2015 |
2.2.2 | 33,032 | 6/15/2012 |
2.2.1 | 956 | 5/22/2012 |
2.2.0 | 847 | 5/20/2012 |
2.1.1 | 1,026 | 4/11/2012 |
2.1.0 | 1,306 | 9/24/2011 |
2.0.3 | 1,038 | 8/7/2011 |
2.0.2 | 1,073 | 7/20/2011 |
2.0.1 | 1,069 | 7/12/2011 |
2.0.0 | 1,063 | 7/7/2011 |
1.3.0 | 1,392 | 6/1/2011 |