serenity/AK/Tests
Andreas Kling d9d13f2445 AK: Support case-insensitive HashMap<String, T>.
We achieve this by allowing you to specify custom traits for the key type.
For convenience, we also provide a CaseInsensitiveStringTraits for String.
2019-07-13 11:00:29 +02:00
..
Makefile AK: Make a tiny JSON unit test based on a saved VisualBuilder form. 2019-06-29 12:07:42 +02:00
TestHashMap.cpp AK: Support case-insensitive HashMap<String, T>. 2019-07-13 11:00:29 +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
TestJSON.cpp AK: Make a tiny JSON unit test based on a saved VisualBuilder form. 2019-06-29 12:07:42 +02:00
TestQueue.cpp AK: Add String::number() for creating a String from a number. 2019-07-03 14:56:27 +02:00
TestString.cpp AK: Support case-insensitive HashMap<String, T>. 2019-07-13 11:00:29 +02:00
TestVector.cpp AK: Add Vector::insert_before_matching(T&&, callback); 2019-07-04 14:20:48 +02:00