We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fdca3b commit 54da30dCopy full SHA for 54da30d
1 file changed
README.md
@@ -70,7 +70,8 @@ Easy-to-extend means that we can write assertions for custom types with minimal
70
1. use any predicate function as a custom assertion (see "[predicate as custom assertion]")
71
2. property-based assertions can be used with any type that implements the related property
72
(see "[property-based assertions]")
73
-3. write custom assertions by implementing two simple traits (see "[custom assertions]")
+3. write custom assertion methods by defining and implementing an extension trait
74
+ (see "[custom assertions]")
75
76
The mentioned references link to a chapter in the crate's documentation that describes the
77
possibilities for custom assertions, including examples.
0 commit comments