pub fn assert_run_result(root: &Path, expected_run: &ExpectedTestRun)
Expand description
Assert that the run results contained in actual_run
and the directory specified by root
contain the results and artifacts in expected_run
.
pub fn assert_run_result(root: &Path, expected_run: &ExpectedTestRun)
Assert that the run results contained in actual_run
and the directory specified by root
contain the results and artifacts in expected_run
.