ladybird/AK/Tests
Andreas Kling 2282e89d3f AK: Use a SinglyLinkedList<T> as HashTable's bucket chain storage.
We were using a DoublyLinkedList<T> simply because it supported remove().
This patch consolidates the SinglyLinkedList iterators and adds remove().
2019-06-27 16:36:31 +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: Use a SinglyLinkedList<T> as HashTable's bucket chain storage. 2019-06-27 16:36:31 +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