Function assert_vec_u8_eq_log

Source
pub fn assert_vec_u8_eq_log(expected: &[u8], actual: &[u8], log: &FormatLog)
Expand description

Equivalent to assert_vec_u8_eq, but prints the provided log on failure