diff options
author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2001-10-02 05:49:27 +0000 |
---|---|---|
committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2001-10-02 05:49:27 +0000 |
commit | 9e5ff0f6a865524e5784450f26a1c74807dc0c80 (patch) | |
tree | 06537ff76603a0915252e3678fd922b2f00ecde4 /examples/cppunittest/ExceptionTest.cpp | |
parent | 0fe7e4fb21a7f2b096965dab4ad2ee19cc20522f (diff) | |
download | cppunit-9e5ff0f6a865524e5784450f26a1c74807dc0c80.tar.gz |
NEWS : updated.
NEWS : updated.
* doc/other_documentation.dox : added all the authors to the list of
authors.
* examples/cppunittest/HelperMacrosTest.*: added unit tests for
CPPUNIT_TEST_FAIL & CPPUNIT_TEST_EXCEPTION.
* examples/cppunittest/TestAssertTest.*: added unit tests for
CPPUNIT_FAIL. Corrected spelling error. Relaxed constraint on message
produced by CPPUNIT_ASSERT_MESSAGE. Refactored some tests.
* include/cppunit/extensions/HelperMacros.h : added macro
CPPUNIT_TEST_EXCEPTION to create a test case for the specified method
that must throw an exception of the specified type.
* include/cppunit/extensions/TestSuiteBuilder.h : made makeTestName() public.
Added addTestCallerForException() to add a test case expecting an exception of
the specified type to be caught.
* include/cppunit/TestAssert.h : added macro CPPUNIT_FAIL as a
shortcut for CPPUNIT_ASSERT_MESSAGE( message, false ).
Diffstat (limited to 'examples/cppunittest/ExceptionTest.cpp')
0 files changed, 0 insertions, 0 deletions