Module nextest_runner::runner

source ·
Expand description

The test runner.

The main structure in this module is TestRunner.

Structs

Enums

  • A regular exit code or Windows NT abort status for a test.
  • A description of test executions obtained from ExecuteStatuses.
  • Whether a test passed, failed or an error occurred while executing the test.

Functions