Structs

  • Information extracted from stdout & stderr.
  • Output from one test runner.
  • Tests information in a pkg/crate. For doc test type, tests from multiple crates are considered to be under a presumed Doc pkg.
  • Source location and binary name for a test runner.
  • Statistics of test.
  • All the information reported by a test runner.
  • A test runner determined by the type and binary & source path.
  • All the test runners with original display order but filtering empty types out.

Enums

Functions

Type Aliases

  • Pkg/crate name determined by the unittests. It’s possible to be None because unittests can be omitted in cargo test and we can’t determine which crate emits the tests. This mainly affacts how the project structure looks like specifically the root node.
  • The raw output from cargo test.