Searched defs:assert_output (Results 1 – 2 of 2) sorted by relevance
52 pub fn assert_output<P: clap::Parser + std::fmt::Debug>(args: &str, expected: &str, stderr: bool) { in assert_output() function
27 pub fn assert_output(l: Command, args: &str, expected: &str, stderr: bool) { in assert_output() function