Macro citi::assert_files_equal[][src]

macro_rules! assert_files_equal {
    ($lhs : expr, $rhs : expr) => { ... };
}
Expand description

Assert two files on disk are equal

This macro reads the files to a string and compares them. If one or both files do not exist, the assert fails.