Macro assert_exe

Source
macro_rules! assert_exe {
    ($description:expr,$items: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