pub fn execute_test_suite( path: &Path, elapsed: &Arc<Mutex<Duration>>, trace: bool, print_json_outcome: bool, ) -> Result<(), TestError>
Execute a single test suite file containing multiple tests.