ladybird/AK/Tests
Andreas Kling b79112e6d6 AK: Add String::number() for creating a String from a number.
Instead of manually doing String::format("%d"/"%u") everywhere, let's have
a String API for this. It's just a wrapper around format() for now, but it
could be made more efficient in the future.
2019-07-03 14:56:27 +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: 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
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/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