assert-text
the testing macro tools.
This checks that strings are equal.
You will see different characters if that is different.
Features
- asserttexteq!(txt1, txt2)
- asserttextstarts_with!(txt1, txt2)
- asserttextends_with!(txt1, txt2)
- asserttextmatch!(txt1, regex_text2)
- minimum support rustc 1.43.1 (8d69840ab 2020-05-04)
Changelogs
This crate's changelog here.
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or
https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or
https://opensource.org/licenses/MIT)
at your option.