1 unstable release
0.1.0 | Jul 14, 2020 |
---|
#892 in Testing
239 downloads per month
Used in fewer than 6 crates
19KB
364 lines
assert-str
Macros for asserting multiline strings
lib.rs
:
Macros for asserting of multiline strings String
and &str
.
The API is very similar to the API provided by the stdlib's own assert_eq!
or assert_ne!. Left and right expression could be different types.
Examples
Some examples are provided in the docs for each individual macro.