FreeListTester.checkItem

Checks the value of the passed item against the value which can be deterministically derived from the passed integer. The method should throw TestException on failure.

class FreeListTester(I)
protected abstract
void
checkItem
(,
size_t i
)

Parameters

item Item

item to check value of

i size_t

integer to determine contents of item

Meta