assert_output

Function assert_output 

Source
pub fn assert_output(display: &Display<CrossTerm>, expected: &[&str])
Expand description

Assert the the content of the Display is an expected value.

ยงPanics

Will panic is the expected output does not match the rendered output.