Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testCommon.h: Introduce `ASSERT_EQUAL(actual, expected)` macro | Alex Turbov | 2024-08-20 | 1 | -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`! |