assert_not_contains

Macro assert_not_contains 

Source
macro_rules! assert_not_contains {
    ($description:expr,$items:expr,$v:expr) => { ... };
}
Expand description

ยงCheck if a value not contains an another

  • description The unit description
  • items A vector contening all expected values
  • v The actual value to check if not contains data