Module test::options

source ·
🔬This is a nightly-only experimental API. (test)
Expand description

Enums denoting options for test execution.

Structs

  • OptionsExperimental
    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

  • BenchModeExperimental
    Number of times to run a benchmarked function
  • ColorConfigExperimental
    Whether should console output be colored or not
  • OutputFormatExperimental
    Format of the test results output
  • RunIgnoredExperimental
    Whether ignored test should be run or not
  • RunStrategyExperimental
  • ShouldPanicExperimental
    Whether test is expected to panic or not