summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTest/Macros.h
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-12-19LibTest: Add `EXPECT_NO_CRASH`Michel Hermier
2021-12-19LibTest: Add `EXPECT_CRASH_WITH_SIGNAL`Michel Hermier
2021-10-24LibTest: Introduce a macro to only compare truthinessTim Schumacher
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-06-11LibTest: Don't try to pass stderr to warnlnHendiadyoin1
2021-05-08LibTest: Expose new EXPECT_CRASH(..) macro for unit test assertionsBrian Gianforcaro
2021-04-29LibTest: Add EXPECT_NE(..) test assertion.Brian Gianforcaro
2021-04-27LibTest: Add FAIL() macro allow tests to force failure with message.Brian Gianforcaro
2021-04-25AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMakeAndrew Kaster