Function test_runner::run_console

source ·
pub fn run_console(tests: &[&TestDescAndFn])
Expand description

Run tests using the ConsoleRunner. This function can be used with the #[test_runner] attribute.