pub fn compare_table(
returned: Option<&Value>,
input: &Table,
) -> Result<Vec<CellDiff>, StepError>Expand description
Compares a whole-table step’s returned table against the input table. None
checks nothing; type/shape problems return StepError::ReturnShape.