summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTest/Macros.h
AgeCommit message (Expand)Author
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