summaryrefslogtreecommitdiff
path: root/include/cppunit/TestCaller.h
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2002-03-27 18:04:02 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2002-03-27 18:04:02 +0000
commit1858c0b90eeee745b3d8f1e2c52d4614c4307ddc (patch)
tree6c1c391304c63241a74f25cd8b7ad9b91d91faae /include/cppunit/TestCaller.h
parent8f5672c150b457d3d4709256797692bdf0c6b920 (diff)
downloadcppunit-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/TestCaller.h')
-rw-r--r--include/cppunit/TestCaller.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cppunit/TestCaller.h b/include/cppunit/TestCaller.h
index 525e509..85c12d0 100644
--- a/include/cppunit/TestCaller.h
+++ b/include/cppunit/TestCaller.h
@@ -12,6 +12,7 @@
namespace CppUnit {
+//! \internal
class CPPUNIT_API NoExceptionExpected
{
private:
@@ -20,6 +21,7 @@ private:
};
+//! \internal
template<typename ExceptionType>
struct ExpectedExceptionTraits
{