Skip to main content

compare_row

Function compare_row 

Source
pub fn compare_row(
    returned: Option<&Value>,
    checks: &[RowCheck],
) -> Vec<CellDiff>
Expand description

Compares a row step’s returned map against the row’s cells. Only columns present on returned are checked; a non-map/None return checks nothing.