Module ui_test::status_emitter

source ·
Expand description

Variaous schemes for reporting messages during testing or after testing is done.

Structs§

  • Emits Github Actions Workspace commands to show the failures directly in the github diff view. If the const generic GROUP boolean is true, also emit ::group commands.
  • When you need a dummy value that doesn’t actually print anything
  • A human readable output emitter.

Traits§

  • A generic way to handle the output of this crate.
  • Report a summary at the end of a test run.
  • Information about a specific test run.