Constructor.
Alias for type of item stored in free list.
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.
Checks that the contents of the free list match the expected values. Derived classes can add additional checks by overriding.
Sets the value of the passed item, using the passed integer to deterministically decide its contents.
Unittest for internal free list.
Number of items to use in tests.
Free list tester base class. Tests all methods of IFreeList.