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