Function run_make_support::assert_equals
source ยท pub fn assert_equals<S1: AsRef<str>, S2: AsRef<str>>(actual: S1, expected: S2)Expand description
Check that actual is equal to expected. Panic otherwise.
pub fn assert_equals<S1: AsRef<str>, S2: AsRef<str>>(actual: S1, expected: S2)Check that actual is equal to expected. Panic otherwise.