7 packages tagged with “expecto”
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.
Visual Studio test adapter for Expecto. Shows Expecto tests in Visual Studio's Test Explorer, and also enables them to be run in Visual Studio Online builds.
Expecto .NET Template
A named-argument helper wrapper for unit tests with Expecto
Fluent assertions for an Expecto library
Dotnet test logger with special handling cases for Expecto tests
Expecto.Logging.ILogger -> Microsoft.Extensions.Logging.ILogger adapter