Files
wxWidgets/tests
Vadim Zeitlin 5b5ac7cae0 Improve implementation of WX_ASSERT_FAILS_WITH_ASSERT_MESSAGE
Use SUCCEED() in it so passing tests are actually counted (before
running a test using this macro resulted in misleading output saying
that 0 asserts passed) and also use FAIL_CHECK(), instead of FAIL(), to
which CPPUNIT_FAIL() expanded before, to allow the rest of the test to
run even if this check fails, as missing assertions shouldn't be fatal.

Also remove a very old and outdated comment mentioning CppUnit.

Closes #22984.
2022-11-26 16:55:09 +01:00
..
2021-11-20 22:06:28 +01:00
2022-10-11 00:48:00 +02:00
2022-10-18 18:39:13 +02:00
2022-10-18 18:39:13 +02:00
2022-10-18 18:39:13 +02:00
2022-10-18 18:39:13 +02:00
2022-10-11 00:48:00 +02:00
2022-10-18 18:39:13 +02:00

Tests

This directory contains tests for the library and is mostly useful for the library developers. See the samples subdirectory for the examples that are more useful to the application developers using the library.

If you do work on the library itself and would like to modify an existing or add a new test, please see docs/contributing/how-to-write-unit-tests.md for more information.

This file also contains the instructions for running the tests if you'd just like to do it to confirm that the library works correctly.