From 0f37aa4926fbf9ab399dc95c47540d807708ae95 Mon Sep 17 00:00:00 2001 From: Christer van der Meeren Date: Tue, 12 Sep 2023 13:24:27 +0200 Subject: [PATCH] Improve docs --- DOCUMENTATION.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index f69fc4a..5754472 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -198,6 +198,11 @@ to use the `Should(t)` overload instead of `Should()`. If you want all the details, here they are: +* Open `Faqt.AssertionHelpers`. + +* If needed, open `Faqt.Formatting` to get access to `TryFormat` (described below) and `FailureData` (mostly useful for + higher-order assertions). + * Implement the assertion as an [extension method](https://learn.microsoft.com/en-us/dotnet/fsharp/language-reference/type-extensions#extension-methods) for `Testable` (the first argument), with whatever constraints you need. The constraints could be implicitly imposed