Available on crate feature
runner
only.Structs§
Functions§
- all_
tests - Get a list of
Test
objects. - current_
test - Returns the current test, if a test is currently running.
- run_
tests - Run all tests linked into the current binary, outputting test reports to the
provided
mk_writer
.