summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTest/TestRunner.h
AgeCommit message (Expand)Author
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-11LibTest: Extract some useful functions from TestRunner.hdavidot
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-16LibTest: Provide detailed per-file JSON output with --per-fileAli Mohammad Pur
2021-09-14LibTest: Decorate cleanup_and_exit() with [[noreturn]]Andreas Kling
2021-08-19LibTest+Utilities: Print a start message before each test in run-testsAndrew Kaster
2021-07-19LibTest/Utilities: Add method for TestRunner to print failed test namesAndrew Kaster
2021-06-30Userland+Tests: Split out generic test runner from JS TestRunnerAndrew Kaster