pub fn assert_match_exact(expected: &str, actual: &str)
Expand description

Convenience wrapper around match_exact which will panic on error.