summaryrefslogtreecommitdiff
path: root/include/cppunit
diff options
context:
space:
mode:
authorSteve M. Robbins <smr@sumost.ca>2001-09-24 01:58:53 +0000
committerSteve M. Robbins <smr@sumost.ca>2001-09-24 01:58:53 +0000
commit53929c98380419c90d224ef610ff273f4e6abb3c (patch)
treed159bf66228ccc84463d0043a9ad17a04c33ceca /include/cppunit
parent4738362b086adad7963a26abaf3ec8b052ef6374 (diff)
downloadcppunit-53929c98380419c90d224ef610ff273f4e6abb3c.tar.gz
Final touch-ups for release 1.6.0.
Diffstat (limited to 'include/cppunit')
-rw-r--r--include/cppunit/TestCaller.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/cppunit/TestCaller.h b/include/cppunit/TestCaller.h
index caf17bc..03ecab2 100644
--- a/include/cppunit/TestCaller.h
+++ b/include/cppunit/TestCaller.h
@@ -46,9 +46,12 @@ struct ExpectedExceptionTraits<NoExceptionExpected>
};
+
+//*** FIXME: rework this when class Fixture is implemented. ***//
+
+
/*! \brief Generate a test case from a fixture method.
*
- * \b FIXME: rework this when class Fixture is implemented.
* A test caller provides access to a test case method
* on a test case class. Test callers are useful when
* you want to run an individual test or add it to a