From 1c884ac7e6a0efc265f7f244f66345f4f65d626f Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Wed, 23 May 2001 17:34:54 +0000 Subject: * Updated CU_TEST_SUITE macro documentation. It is now stated explicitly that you do not need to specify template parameter as macro argument. The documentation example has been updated to reflect that. --- include/cppunit/extensions/HelperMacros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/cppunit') diff --git a/include/cppunit/extensions/HelperMacros.h b/include/cppunit/extensions/HelperMacros.h index cb6869d..5aeece9 100644 --- a/include/cppunit/extensions/HelperMacros.h +++ b/include/cppunit/extensions/HelperMacros.h @@ -64,12 +64,12 @@ * \encode * * The great thing about that is that you can even used it on template test case. - * You only need to specify the full qualified name of the class. For example: + * You don't even need to specify the template parameters! For example: * * \code * template * class StringTest : public CppUnit::Testcase { - * CU_TEST_SUITE( StringTest ); + * CU_TEST_SUITE( StringTest ); * CU_TEST( testAppend ); * CU_TEST_SUITE_END(); * public: -- cgit v1.2.1