
bool CheckForBugInInsertWithoutDuplication(TestTable*const table);
bool CheckForBugInDelete(TestTable*const table);
bool RandomlyAddRemoveAndClear(TestTable** table);
bool CheckForBugInSearch();
