Function cargo_test_support::compare::assert_match_exact
source · pub fn assert_match_exact(expected: &str, actual: &str)Expand description
Convenience wrapper around match_exact which will panic on error.
pub fn assert_match_exact(expected: &str, actual: &str)Convenience wrapper around match_exact which will panic on error.