Function test::run_tests_console[][src]

pub fn run_tests_console(
    opts: &TestOpts,
    tests: Vec<TestDescAndFn>
) -> Result<bool>
🔬 This is a nightly-only experimental API. (test)
Expand description

一个简单的控制台测试运行程序。 运行提供的测试报告过程并将结果发送到 stdout。