Agrregate pool tester base class. Tests all methods of IAggregatePool. Derived from the free list tester (as an IAggregatePool is an IFreeList).
Constructor.
Checks that the contents of the pool match the expected values.
Unittest for internal pool. Runs the IFreeList test, then a series of additional tests to check the features of the IAggregatePool.
type of item stored in pool
See Implementation
Agrregate pool tester base class. Tests all methods of IAggregatePool. Derived from the free list tester (as an IAggregatePool is an IFreeList).