🔬This is a nightly-only experimental API. (
test
)Expand description
Enums denoting options for test execution.
Structs§
- Options
Experimental - Options for the test run defined by the caller (instead of CLI arguments). In case we want to add other options as well, just add them in this struct.
Enums§
- Bench
Mode 🔒Experimental - Number of times to run a benchmarked function
- Color
Config Experimental - Whether should console output be colored or not
- Output
Format Experimental - Format of the test results output
- RunIgnored
Experimental - Whether ignored test should be run or not
- RunStrategy
Experimental - Should
Panic Experimental - Whether test is expected to panic or not