Function atelier_test::parse_and_compare_to_file[][src]

pub fn parse_and_compare_to_file(
    input_str: &str,
    reader: &mut impl ModelReader,
    expected_path: &Path
)
Expand description

Parse a model from the string input_str, using the reader representation implementation, and then compare to the line-oriented representation in expected_path.