Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

StdUtilsTest

Inherits: Test

Functions

test_Bound

function test_Bound() public pure;

test_Bound_WithinRange

function test_Bound_WithinRange() public pure;

test_Bound_EdgeCoverage

function test_Bound_EdgeCoverage() public pure;

testFuzz_Bound_DistributionIsEven

function testFuzz_Bound_DistributionIsEven(uint256 min, uint256 size) public pure;

testFuzz_Bound

function testFuzz_Bound(uint256 num, uint256 min, uint256 max) public pure;

test_BoundUint256Max

function test_BoundUint256Max() public pure;

test_RevertIf_BoundMaxLessThanMin

function test_RevertIf_BoundMaxLessThanMin() public;

testFuzz_RevertIf_BoundMaxLessThanMin

function testFuzz_RevertIf_BoundMaxLessThanMin(uint256 num, uint256 min, uint256 max) public;

test_BoundInt

function test_BoundInt() public pure;

test_BoundInt_WithinRange

function test_BoundInt_WithinRange() public pure;

test_BoundInt_EdgeCoverage

function test_BoundInt_EdgeCoverage() public pure;

testFuzz_BoundInt_DistributionIsEven

function testFuzz_BoundInt_DistributionIsEven(int256 min, uint256 size) public pure;

testFuzz_BoundInt

function testFuzz_BoundInt(int256 num, int256 min, int256 max) public pure;

test_BoundIntInt256Max

function test_BoundIntInt256Max() public pure;

test_BoundIntInt256Min

function test_BoundIntInt256Min() public pure;

test_RevertIf_BoundIntMaxLessThanMin

function test_RevertIf_BoundIntMaxLessThanMin() public;

testFuzz_RevertIf_BoundIntMaxLessThanMin

function testFuzz_RevertIf_BoundIntMaxLessThanMin(int256 num, int256 min, int256 max) public;

test_BoundPrivateKey

function test_BoundPrivateKey() public pure;

test_BytesToUint

function test_BytesToUint() external pure;

test_RevertIf_BytesLengthExceeds32

function test_RevertIf_BytesLengthExceeds32() external;

test_ComputeCreateAddress

function test_ComputeCreateAddress() external pure;

test_ComputeCreate2Address

function test_ComputeCreate2Address() external pure;

test_ComputeCreate2AddressWithDefaultDeployer

function test_ComputeCreate2AddressWithDefaultDeployer() external pure;