Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christer van der Meeren committed Sep 12, 2023
1 parent 07e606a commit 0f37aa4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f37aa4

Please sign in to comment.