diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2001-06-12 05:59:26 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2001-06-12 05:59:26 +0000 |
| commit | bf78ed5d2c0f623efd08c277f97b240f2fef7ee6 (patch) | |
| tree | 6faa8ef2ae7d679cb14111211e8971f2deb9a54f /examples/cppunittest/CppUnitTestMain.dsp | |
| parent | 517df147c8508ec32c7ab780cc434d7f541e2bc7 (diff) | |
| download | cppunit-bf78ed5d2c0f623efd08c277f97b240f2fef7ee6.tar.gz | |
Include/cppunit/NotEqualException.
include/cppunit/NotEqualException.h
* src/cppunit/NotEqualException.h:
Fixed constructor and operator = (aren't unit test nice?). Added
methods expectedValue() and actualValue().
* include/cppunit/TestAssert.h:
* src/cppunit/TestAssert.cpp:
Use NotEqualException to report equality failure.
* src/cppunit/TestResult.cpp:
Report expect/was on different line for assertEquals failure.
* examples/cppunittest/NotEqualExceptionTest.*: added unit tests for
NotEqualException.
Diffstat (limited to 'examples/cppunittest/CppUnitTestMain.dsp')
| -rw-r--r-- | examples/cppunittest/CppUnitTestMain.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/cppunittest/CppUnitTestMain.dsp b/examples/cppunittest/CppUnitTestMain.dsp index ac7466a..9b296f3 100644 --- a/examples/cppunittest/CppUnitTestMain.dsp +++ b/examples/cppunittest/CppUnitTestMain.dsp @@ -163,6 +163,14 @@ SOURCE=.\MockTestListener.h # End Source File # Begin Source File +SOURCE=.\NotEqualExceptionTest.cpp +# End Source File +# Begin Source File + +SOURCE=.\NotEqualExceptionTest.h +# End Source File +# Begin Source File + SOURCE=.\OrthodoxTest.cpp # End Source File # Begin Source File |
