Functions
assertValidNumberOfItemsForCodec
assertValidNumberOfItemsForCodec(
codecDescription
,expected
,actual
):void
Checks the number of items in an array-like structure is expected.
Parameters
Parameter | Type |
---|---|
codecDescription | string |
expected | number | bigint |
actual | number | bigint |
Returns
void