summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib/testAssert.cxx
Commit message (Collapse)AuthorAgeFilesLines
* testCommon.h: Introduce `ASSERT_EQUAL(actual, expected)` macroAlex Turbov2024-08-201-0/+56
Performs `==` on given arguments and print an error if they are not equal also printing their values. Both arguments must be printable to `std::ostream`!