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

BytesTest

Inherits: Test

Functions

testIndexOf

function testIndexOf(bytes memory buffer, bytes1 s) public pure;

testIndexOf

function testIndexOf(bytes memory buffer, bytes1 s, uint256 pos) public pure;

testLastIndexOf

function testLastIndexOf(bytes memory buffer, bytes1 s) public pure;

testLastIndexOf

function testLastIndexOf(bytes memory buffer, bytes1 s, uint256 pos) public pure;

testSliceWithStartOnly

function testSliceWithStartOnly(bytes memory buffer, uint256 start) public pure;

testSlice

function testSlice(bytes memory buffer, uint256 start, uint256 end) public pure;