Function atelier_test::parse_and_compare_model[][src]

pub fn parse_and_compare_model(
    input_str: &str,
    reader: &mut impl ModelReader,
    expected: Model
)
Expand description

Parse a model from the string input_str, using the reader representation implementation, and then compare to the expected model value.