Function atelier_test::parse_and_compare_to_files[][src]

pub fn parse_and_compare_to_files(
    reader: &mut impl ModelReader,
    actual_path: &Path,
    expected_path: &Path
)
Expand description

Parse the file in actual_path, using the reader representation implementation, and then compare to the line-oriented representation in expected_path.