test_selector | — |
test_address | — |
mock_call | Mocks contract call to a function_selector of a contract at the given address, for n_times first calls that are made to the contract. A call to function function_selector ... |
start_mock_call | Mocks contract call to a function of a contract at the given address, indefinitely. See mock_call for comprehensive definition of how it can be used.... |
stop_mock_call | Cancels the mock_call / start_mock_call for the function with given name and contract address.... |
replace_bytecode | Replaces class for given contract address. The new_class hash has to be declared in order for the replacement class to execute the code, when interacting with the contract.... |