Crate atelier_test[][src]

Expand description

This crate is contains common test cases for Atelier readers and writers.

Modules

Provides more complete example models.

Provides simple models as basic tests.

Structs

A model that should match the expected lines in LineOrientedWriter format.

Functions

Serialize model in the line-oriented representation and compare to the expected value in expected_path.

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

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

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

Type Definitions

A Type that represents the result of the LineOrientedWriter output.