Macro unit::assert_unequals
source · macro_rules! assert_unequals { ($description:expr,$items:expr,$v:expr) => { ... }; }
Expand description
Check if a value not equal to an another
descriptionThe unit descriptionitemsA vector contening all valuesvThe actual value to check unequality