Skip to main content

compare_table

Function compare_table 

Source
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.