summaryrefslogtreecommitdiff
path: root/AK/TestSuite.h
AgeCommit message (Expand)Author
2020-05-30AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED()Andreas Kling
2020-03-02AK: Move the wildcard-matching implementation to StringUtilshowar6hill
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-06AK: Get rid of TStyle (output styling helper for LogStream)Andreas Kling
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-08-01TestSuite: Actually print failed comparions.. :^)Andreas Kling
2019-07-21TestSuite: Don't leak the suite instanceRobin Burchell
2019-07-21TestSuite: instance() -> the(), and return a referenceRobin Burchell
2019-07-21TestSuite: Make tests actually run (oops!)Andreas Kling
2019-07-16AK: Add a new TestSuite.h from my own work, adapted to match the existing one...Robin Burchell