Unquote 4.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.
Release Notes
* Add support for NetStandard 2.0 while keeping support for .NET 4.5
* Remove support for .NET 4.0 and PCL
* Add `trap` assertion operator
* Remove long obsolete `?`-suffixed assertion operators (under `Assertions.Obsolete` module)
Dependencies
-
.NETStandard 2.0
- FSharp.Core (>= 4.2.3)
Version History
Version | Downloads | Last updated | |
---|---|---|---|
4.0.0 | 64,781 | 11/10/2017 | |
3.2.0 | 23,765 | 4/2/2017 | |
3.1.2 | 29,048 | 8/6/2016 | |
3.1.1 | 19,556 | 1/19/2016 | |
3.1.0 | 9,131 | 10/11/2015 | |
3.0.0 | 15,080 | 5/17/2015 | |
2.2.2 | 27,811 | 6/15/2012 | |
2.2.1 | 505 | 5/22/2012 | |
2.2.0 | 363 | 5/20/2012 | |
2.1.1 | 508 | 4/11/2012 | |
2.1.0 | 763 | 9/24/2011 | |
2.0.3 | 490 | 8/7/2011 | |
2.0.2 | 548 | 7/20/2011 | |
2.0.1 | 492 | 7/12/2011 | |
2.0.0 | 519 | 7/7/2011 | |
1.3.0 | 588 | 6/1/2011 |