多行字符串断言宏
由 Andrii Radyk 提供
#550 在 测试
每月 730 次下载在 少于 6 个 Crate 中使用
19KB 364 行
lib.rs
assert-str用于断言多行字符串 String 和 &str。API与stdlib的assert_eq!或assert_ne!提供的API非常相似。左右表达式可以是不同类型。
String
&str
在各个宏的文档中提供了示例。