summaryrefslogtreecommitdiff
path: root/AK/Tests/TestString.cpp
AgeCommit message (Expand)Author
2020-02-15AK: Add String starts_with(char) & ends_with(char)Shannon Booth
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-09-13Revert "AK: Made Strings reversible"Andreas Kling
2019-09-13AK: Made Strings reversibleJesse Buhagiar
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-02TestSuite: Hijack the ASSERT macros during unit tests.Andreas Kling
2019-07-16AK: Add a new TestSuite.h from my own work, adapted to match the existing one...Robin Burchell
2019-07-13AK: Support case-insensitive HashMap<String, T>.Andreas Kling
2019-07-11AKString: add missing comparison operatorsLawrence Manning
2019-06-14AK/Tests: Add a simple EXPECT_EQ macro and use it for the String test.Andreas Kling
2019-06-14AK/Tests: Add some macros for testing.Andreas Kling
2019-06-14AK/Tests: Add a couple more String tests.Andreas Kling
2019-06-14AK: Add an extremely primitive unit test for String.Andreas Kling