macro_rules! assert_balance_coherent {
($snapshots:expr, $tolerance:expr) => { ... };
}Expand description
Assert that balance snapshots maintain accounting equation coherence. Checks that Assets = Liabilities + Equity within tolerance.
macro_rules! assert_balance_coherent {
($snapshots:expr, $tolerance:expr) => { ... };
}Assert that balance snapshots maintain accounting equation coherence. Checks that Assets = Liabilities + Equity within tolerance.