Structsยง
- Test
Options - Unit
Test ๐Error - A unit that failed to run.
Enumsยง
- Test
Kind ๐ - The kind of test.
Functionsยง
- cmd_
builds ๐ - Creates a
ProcessBuilder
for executing a single test. - compile_
tests ๐ - display_
no_ ๐run_ information - Displays human-readable descriptions of the test executables.
- fail_
fast_ ๐code - Returns the error code to use when not using
--no-fail-fast
. - no_
fail_ ๐fast_ err - Returns the
CliError
when using--no-fail-fast
and there is at least one error. - report_
test_ ๐error - Displays an error on the console about a test failure.
- run_
benches - Compiles and runs benchmarks.
- run_
doc_ ๐tests - Runs doc tests.
- run_
tests - Compiles and runs tests.
- run_
unit_ ๐tests - Runs the unit and integration tests of a package.