OSDN Git Service

# fix typo
authortsutsumi <>
Tue, 16 Sep 2003 21:05:42 +0000 (21:05 +0000)
committertsutsumi <>
Tue, 16 Sep 2003 21:05:42 +0000 (21:05 +0000)
src/ccunit/CCUnitTestFixture.h

index 44c21b3..a8cf682 100644 (file)
@@ -76,9 +76,9 @@
  * }
  * @endcode
  *
- * For each test implement a method which interacts with the
+ * For each test implement a function which interacts with the
  * case. Verify the expected results with assertions specified by
- * calling CPPUNIT_ASSERT on the expression you want to test:
+ * calling CCUNIT_ASSERT on the expression you want to test:
  * 
  * @code
  * void testAdd ()
  * A command line tool have been created for convenience. It is located
  * in src/tools/ccunit_makeSuite.c.
  *
- * @see CCUnitTestResult, CCUnitTestSuite, CCUnitMakeSuite,
+ * @see CCUnitTestResult, CCUnitTestCase, CCUnitTestSuite, CCUnitMakeSuite,
  */
 typedef struct CCUnitTestFixture
 {