wxWidgets/tests/menu
Vadim Zeitlin c36cc54d74 Simplify checking for menu events in the unit test
This should make the explicit casts such as added in 8db55e9653
(Explicitly cast enum to int inside CHECK(), 2019-09-30) and the
previous commit unnecessary, result in better messages if a test fails
and allow the other tests to still run after the failing tests, as we
use CHECK() instead of CPPUNIT_ASSERT(), which maps to REQUIRE(), now.
2021-11-16 20:34:19 +01:00
..
accelentry.cpp Fix wxAcceleratorEntry memory leaks in the menu test 2020-10-19 13:53:52 +02:00
menu.cpp Simplify checking for menu events in the unit test 2021-11-16 20:34:19 +01:00