Structsยง
- Test
Options  - Unit
Test ๐Error  - A unit that failed to run.
 
Enumsยง
- Test
Kind ๐ - The kind of test.
 
Functionsยง
- cmd_
builds ๐ - Creates a 
ProcessBuilderfor 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 
CliErrorwhen using--no-fail-fastand 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.