Function self_tests

Source
pub fn self_tests(verbose: bool)
Available on crate feature self_tests only.
Expand description

Run all the self_tests. If any test fails, this function will panic.

If verbose is true, print messages about tests that have been executed.