Function test::run_tests_console
source · pub fn run_tests_console(
opts: &TestOpts,
tests: Vec<TestDescAndFn>
) -> Result<bool>
🔬This is a nightly-only experimental API. (
test
)Expand description
A simple console test runner. Runs provided tests reporting process and results to the stdout.