Function run_make_support::assert_contains
source ยท pub fn assert_contains(haystack: &str, needle: &str)Expand description
Check that haystack contains needle. Panic otherwise.
pub fn assert_contains(haystack: &str, needle: &str)Check that haystack contains needle. Panic otherwise.