Skip to main content

format_assertion_rows

Function format_assertion_rows 

Source
fn format_assertion_rows(
    columns: &[String],
    missing: &[BTreeMap<String, String>],
    unexpected: &[BTreeMap<String, String>],
) -> String
Expand description

Formats failing assertion rows into a readable, ANSI-colored table for terminal output.

Display-only; does not affect pass/fail decisions.