diff options
| author | Steve M. Robbins <smr@sumost.ca> | 2001-09-24 01:58:53 +0000 |
|---|---|---|
| committer | Steve M. Robbins <smr@sumost.ca> | 2001-09-24 01:58:53 +0000 |
| commit | 53929c98380419c90d224ef610ff273f4e6abb3c (patch) | |
| tree | d159bf66228ccc84463d0043a9ad17a04c33ceca /include/cppunit | |
| parent | 4738362b086adad7963a26abaf3ec8b052ef6374 (diff) | |
| download | cppunit-53929c98380419c90d224ef610ff273f4e6abb3c.tar.gz | |
Final touch-ups for release 1.6.0.
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/TestCaller.h | 5 |
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 |
