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 byroot
contain the results and artifacts inexpected_run
. - Assert that the suite results contained in
actual_suite
and the directory specified byroot
contain the results, artifacts, and test cases inexpected_suite
.