wxWidgets/tests/datetime
Vadim Zeitlin f280bcdb58 Improve error reporting in wxDateTime unit tests
Simply use INFO() to give all the information we want to see in case of
failure once instead of doing it in multiple WX_ASSERT_MESSAGE() in a
more ugly way with extra parentheses.

Also use FAIL_CHECK() to keep running the test after the first failure.
2022-03-28 00:56:19 +02:00
..
datetimetest.cpp Improve error reporting in wxDateTime unit tests 2022-03-28 00:56:19 +02:00