diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-03-27 18:04:02 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-03-27 18:04:02 +0000 |
| commit | 1858c0b90eeee745b3d8f1e2c52d4614c4307ddc (patch) | |
| tree | 6c1c391304c63241a74f25cd8b7ad9b91d91faae /include/cppunit/TextTestRunner.h | |
| parent | 8f5672c150b457d3d4709256797692bdf0c6b920 (diff) | |
| download | cppunit-1858c0b90eeee745b3d8f1e2c52d4614c4307ddc.tar.gz | |
Include/msvc/testrunner/TestRunner.
include/msvc/testrunner/TestRunner.h: updated doc. reindented.
* include/cppunit/Asserter.h:
* include/cppunit/Asserter.cpp:
* include/cppunit/TestResultCollector.h:
* include/cppunit/TestResult.h:
* include/cppunit/SynchronizedObject.h:
* include/cppunit/extensions/TestCaller.h: doc update.
Diffstat (limited to 'include/cppunit/TextTestRunner.h')
| -rw-r--r-- | include/cppunit/TextTestRunner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/TextTestRunner.h b/include/cppunit/TextTestRunner.h index 7bfc6d9..0d7a138 100644 --- a/include/cppunit/TextTestRunner.h +++ b/include/cppunit/TextTestRunner.h @@ -14,7 +14,7 @@ class TestResult; class TestResultCollector; /*! - * A text mode test runner. + * \brief A text mode test runner. * * The test runner manage the life cycle of the added tests. * |
