macro_rules! include_json {
($filepath:expr) => { ... };
}Expand description
Includes and deserialize a JSON-encoded test data file. The file must located under the project’s tests/data folder, relative to the project’s Cargo.toml.
macro_rules! include_json {
($filepath:expr) => { ... };
}Includes and deserialize a JSON-encoded test data file. The file must located under the project’s tests/data folder, relative to the project’s Cargo.toml.