macro_rules! assert_unequals {
($description:expr,$items:expr,$v:expr) => { ... };
}
Expand description
ยงCheck if a value not equal to an another
description
The unit descriptionitems
A vector contening all valuesv
The actual value to check unequality