assert-text

Crates.ioassert-text
lib.rsassert-text
version0.2.10
sourcesrc
created_at2021-07-03 01:03:53.108057
updated_at2024-06-09 13:29:33.597538
descriptionthe testing macro tools.
homepage
repositoryhttps://github.com/aki-akaguma/assert-texts
max_upload_size
id418069
size30,908
(aki-akaguma)

documentation

README

assert-text

crate Docs Rust Version Apache2/MIT licensed Test ubu Test mac Test win

the testing macro tools.

This checks that strings are equal. You will see different characters if that is different.

Features

  • assert_text_eq!(txt1, txt2)

  • assert_text_starts_with!(txt1, txt2)

  • assert_text_ends_with!(txt1, txt2)

  • assert_text_match!(txt1, regex_text2)

  • minimum support rustc 1.56.1 (59eed8a2a 2021-11-01)

Changelogs

This crate's changelog here.

License

This project is licensed under either of

at your option.

Commit count: 0

cargo fmt