Structs§

  • Contents of an expected directory artifact.
  • A version of a suite run result that contains all output in memory. This should only be used for making assertions in a test.
  • A version of a test case result that contains all output in memory. This should only be used for making assertions in a test.
  • A version of a test run result that contains all output in memory. This should only be used for making assertions in a test.

Functions§

  • Assert that the run results contained in actual_run and the directory specified by root contain the results and artifacts in expected_run.
  • Assert that the suite results contained in actual_suite and the directory specified by root contain the results, artifacts, and test cases in expected_suite.