pub fn assert_suite_result(
    root: &Path,
    actual_suite: &SuiteResult<'_>,
    expected_suite: &ExpectedSuite
)
Expand description

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.