| Crates.io | assert_that |
| lib.rs | assert_that |
| version | 0.1.2 |
| created_at | 2020-06-20 04:21:16.803661+00 |
| updated_at | 2020-06-21 13:53:02.909002+00 |
| description | Helper macros for use with boolean-valued predicate functions. |
| homepage | https://github.com/ian-h-chamberlain/assert_that |
| repository | https://github.com/ian-h-chamberlain/assert_that |
| max_upload_size | |
| id | 255897 |
| size | 7,840 |
Helpers for use with predicates.
This crate's core macro prints more detailed output on failure than
assert!, using output from predicates-tree.
Inspired in part by Google Mock matchers.
See this crate's documentation for examples.