🔬This is a nightly-only experimental API. (
test
)Expand description
Enums denoting options for test execution.
Structs
- OptionsExperimentalOptions 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
- BenchModeExperimentalNumber of times to run a benchmarked function
- ColorConfigExperimentalWhether should console output be colored or not
- OutputFormatExperimentalFormat of the test results output
- RunIgnoredExperimentalWhether ignored test should be run or not
- RunStrategyExperimental
- ShouldPanicExperimentalWhether test is expected to panic or not