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

StringsTest

Inherits: Test

Functions

testParse

function testParse(uint256 value) external pure;

testParseSigned

function testParseSigned(int256 value) external pure;

testParseHex

function testParseHex(uint256 value) external pure;

testParseChecksumHex

function testParseChecksumHex(address value) external pure;

testTryParseHexUintExtendedEnd

function testTryParseHexUintExtendedEnd(string memory random) external pure;

testTryParseAddressExtendedEnd

function testTryParseAddressExtendedEnd(address random, uint256 begin) external pure;