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.
Error
1 parent b48c7dc commit 73517cdCopy full SHA for 73517cd
1 file changed
README.md
@@ -290,6 +290,16 @@ for the `Result` type.
290
| ok | verify that a result has an ok value and map the subject to this ok value |
291
| err | verify that a result has an err value and map the subject to this err value |
292
293
+### Error
294
+
295
+for types that implement `std::error::Error`.
296
297
+| assertion | description |
298
+|--------------------|----------------------------------------------------------------------------------------------------|
299
+| has_no_source | verify that an error has no source |
300
+| has_source | verify that an error has some source |
301
+| has_source_message | verify that an error has a source which converts to a string that is equal to the expected message |
302
303
### Emptiness
304
305
for collections and strings.
0 commit comments