Unquote 2.2.2
dotnet add package Unquote --version 2.2.2
NuGet\Install-Package Unquote -Version 2.2.2
<PackageReference Include="Unquote" Version="2.2.2" />
paket add Unquote --version 2.2.2
#r "nuget: Unquote, 2.2.2"
// Install Unquote as a Cake Addin #addin nuget:?package=Unquote&version=2.2.2 // Install Unquote as a Cake Tool #tool nuget:?package=Unquote&version=2.2.2
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 MbUnit. 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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Silverlight | sl4 is compatible. sl5 was computed. |
This package has no dependencies.
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Unquote:
Repository | Stars |
---|---|
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
|
|
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
|