mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 18:22:01 +08:00
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.