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;