Skip to main content

assert_not_contains_text

Function assert_not_contains_text 

Source
pub fn assert_not_contains_text(texts: &[String], fragment: &str, msg: &str)
Expand description

Assert that a list does not contain a specific text fragment.

Verifies absence of content (e.g. after deletion or filtering).