Skip to main content

expect_revert

Function expect_revert 

Source
fn expect_revert<FEN: FoundryEvmNetwork>(
    state: &mut Cheatcodes<FEN>,
    reason: Option<&[u8]>,
    depth: usize,
    cheatcode: bool,
    partial_match: bool,
    reverter: Option<Address>,
    count: u64,
) -> Result