Function check_blocks

Source
pub fn check_blocks<'input, 'a: 'input, I>(
    blocks: I,
    program: &'input CheckProgram<'a>,
    context: &mut MatchContext<'input, 'a>,
) -> TestResult
where I: IntoIterator<Item = BlockInfo>,
Expand description

Evaluate all check operations in the given blocks