Settings
Help
checks_topics_and_data
foundry_
cheatcodes
1.3.4
In foundry_
cheatcodes::
test::
expect
Structs
ExpectedCallData
ExpectedCreate
ExpectedEmit
ExpectedRevert
LogCountMap
Enums
CreateScheme
ExpectedCallType
ExpectedRevertKind
Functions
checks_topics_and_data
decode_event
expect_call
expect_create
expect_emit
expect_revert
expect_safe_memory
get_emit_mismatch_message
handle_expect_emit
name_mismatched_logs
reconstruct_params
Type Aliases
ExpectedCallTracker
ExpectedEmitTracker
foundry_cheatcodes
::
test
::
expect
Function
checks_
topics_
and_
data
Copy item path
Source
Search
Settings
Help
Summary
fn checks_topics_and_data( checks: [
bool
;
5
], expected: &LogData, log: &LogData, ) ->
bool