TestCallOutputAt
Inherits: Assertion
Functions
constructor
constructor() payable;
callOutputAtReturnsEncodedReturnData
function callOutputAtReturnsEncodedReturnData() external view;
callOutputAtReturnsEmptyBytesForVoidCall
function callOutputAtReturnsEmptyBytesForVoidCall() external view;
callOutputAtReturnsRevertData
function callOutputAtReturnsRevertData() external view;
callOutputAtRejectsRevertedSubtreeCallId
function callOutputAtRejectsRevertedSubtreeCallId() external view;
_successfulNestedWriteId
function _successfulNestedWriteId() internal view returns (uint256 successfulNestedWriteId);
_revertedWriteStorageAndRevertId
function _revertedWriteStorageAndRevertId() internal view returns (uint256);
_revertedSubtreeChildCallId
function _revertedSubtreeChildCallId() internal view returns (uint256);
triggers
function triggers() external view override;