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