1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:17:46 +00:00
serenity/AK/Tests
Andreas Kling 516d736afe AK: Consolidate iterators for HashTable and DoublyLinkedList respectively.
Get rid of the ConstIterator classes for these containers and use templated
FooIterator<T, ...> and FooIterator<const T, ...> helpers.

This makes the HashTable class a lot easier to read.
2019-06-27 15:57:49 +02:00
..
.gitignore AK: Consolidate iterators for HashTable and DoublyLinkedList respectively. 2019-06-27 15:57:49 +02:00
Makefile AK: Consolidate iterators for HashTable and DoublyLinkedList respectively. 2019-06-27 15:57:49 +02:00
TestHashMap.cpp AK: Consolidate iterators for HashTable and DoublyLinkedList respectively. 2019-06-27 15:57:49 +02:00
TestHelpers.h AK/Tests: Add a simple EXPECT_EQ macro and use it for the String test. 2019-06-14 17:52:51 +02:00
TestQueue.cpp AK/Tests: Test Queue<String> with large number of elements. 2019-06-15 10:39:19 +02:00
TestString.cpp AK/Tests: Add a simple EXPECT_EQ macro and use it for the String test. 2019-06-14 17:52:51 +02:00
TestVector.cpp AK: Get rid of ConstVectorIterator. 2019-06-27 14:52:12 +02:00