OSDN Git Service

add related links
authortsutsumi <>
Fri, 24 Oct 2003 20:04:54 +0000 (20:04 +0000)
committertsutsumi <>
Fri, 24 Oct 2003 20:04:54 +0000 (20:04 +0000)
doc/mainpage.dox

index 6a25b19..f1e6349 100644 (file)
@@ -10,14 +10,12 @@ CCUnit 
 @~
 @english
 [see also <a href="../ja/index.html">Japanese</a> documents]
-@endif
 @japanese
 [see also <a href="../../index.html">English</a> documents]
 @endif
 
 @english
 @section _installation Installation
-@endif
 @japanese
 @section _installation ¥¤¥ó¥¹¥È¡¼¥ë
 @endif
@@ -35,8 +33,6 @@ Below are the installation steps for installing CCUnit:
 <li>type <code>make</code> to create ccunit library. </li>
 <li>type <code>make install</code> to install.</li>
 </ol>
-@endif
-
 @japanese
 <ol>
 <li>¥¢¡¼¥«¥¤¥Ö¥Õ¥¡¥¤¥ë¤òŸ³«¤·¤Þ¤¹¡£</li>
@@ -49,7 +45,6 @@ Below are the installation steps for installing CCUnit:
 
 @english
 @section _usage Getting Started
-@endif
 @japanese
 @section _usage ¤µ¤¢»Ï¤á¤Þ¤·¤ç¤¦
 @endif
@@ -74,7 +69,6 @@ examples 
 
 @english
 @section _documentation Documentation
-@endif
 @japanese
 @section _documentation ¥É¥­¥å¥á¥ó¥È
 @endif
@@ -95,7 +89,6 @@ examples 
 
 @english
 @section _license Lincense
-@endif
 @japanese
 @section _license ¥é¥¤¥»¥ó¥¹
 @endif
@@ -108,6 +101,55 @@ This library is released under the GNU
 ¤³¤Î¥é¥¤¥Ö¥é¥ê¤Ï¡¢GNU <a href="http://www.gnu.org/copyleft/lesser.html"
 >Lesser General Public License</a> ¤Î¸µ¤ÇÇÛÉÛ¤·¤Æ¤¤¤Þ¤¹¡£
 
+@english
+@section _links Related Links
+@japanese 
+@section _links ´ØÏ¢¥ê¥ó¥¯
+@endif
+
+- C Test Units
+  - <a href="http://cunit.sourceforge.net/">CUnit</a>:
+    @~english CUnit is Unit Testing Framework for 'C' language.
+    @~japanese CUnit ¤Ï 'C' ¸À¸ì¤Î¥æ¥Ë¥Ã¥È¥Æ¥¹¥È¥Õ¥ì¡¼¥à¥ï¡¼¥¯¤Ç¤¹¡£
+  - <a href="http://sourceforge.net/projects/embunit/">EmbUnit</a>,
+    <a href="http://sourceforge.jp/projects/embunit/">EmbUnit</a>:
+    @~english
+    Embedded Unit is unit testing framework for Embedded C
+    System. Its design was copied from JUnit and CUnit and
+    more, and then adapted somewhat for Embedded C
+    System. Embedded Unit does not require std C libs. All
+    objects are allocated to const area.
+    @~japanese EmbeddedUnit ¤ÏC¸À¸ì¤ò»È¤Ã¤¿ÁȤ߹þ¤ß·Ï³«È¯¸þ¤±
+    ¤Î¥Æ¥¹¥È¥æ¥Ë¥Ã¥È¥Õ¥ì¡¼¥à¥ï¡¼¥¯¤Ç¤¹¡£Cɸ½à¥é¥¤¥Ö¥é¥ê¤ò»È
+    ¤ï¤Ê¤¤¤Î¤Ç¼Â¹Ô»ñ¸»¤Î¾¯¤Ê¤¤¥¿¡¼¥²¥Ã¥È´Ä¶­¤Ç¤âÆ°ºî²Äǽ¤Ç¤¹¡£
+- <a href="http://junit.org/index.htm">JUnit</a>:
+  @~english JUnit is a regression testing framework written
+    by Erich Gamma and Kent Beck.  It is used by the
+    developer who implements unit tests in Java.
+  @~japanese JUnit¤Ï¥ê¥°¥ì¥Ã¥·¥ç¥ó¥Æ¥¹¥È¥Õ¥ì¡¼¥à¥ï¡¼¥¯¤Ç¤¢¤ê¡¢
+    Erich Gamma ¤È Kent Beck ¤Ë¤è¤Ã¤Æ½ñ¤«¤ì¤Þ¤·¤¿¡£¤³¤ì¤Ï
+    Java¤Ç¥Æ¥¹¥È¥æ¥Ë¥Ã¥È¤ò¼ÂÁõ¤¹¤ë³«È¯¼Ô¤¬»ÈÍѤ·¤Þ¤¹¡£
+- C++ Test Units
+  - <a href="http://cppunit.sourceforge.net/cgi-bin/moin.cgi">CppUnit</a>:
+    @~english CppUnit is a C++ unit testing framework.
+    @~japanese CppUnit ¤Ï C++ ¥æ¥Ë¥Ã¥È¥Æ¥¹¥È¥Õ¥ì¡¼¥à¥ï¡¼¥¯¤Ç¤¹¡£
+  - <a href="http://cxxtest.sourceforge.net/">CxxTest</a>:
+    @~english CxxTest is a JUnit/CppUnit/xUnit-like framework for C++.
+    @~japanese CxxTest ¤Ï JUnit/CppUnit/xUnit ¥é¥¤¥¯¤Î C++ÍÑ
+      ¥Õ¥ì¡¼¥à¥ï¡¼¥¯¤Ç¤¹¡£
+  - <a href="http://sourceforge.net/projects/ccunit">ccUnit</a>:
+    @~english ccUnit is a C++ unit testing framework.
+    @~japanese ccUnit ¤Ï C++ ¥æ¥Ë¥Ã¥È¥Æ¥¹¥È¥Õ¥ì¡¼¥à¥ï¡¼¥¯¤Ç
+      ¤¹¡£
+- eXtreme Programing
+  - <a href="http://www.xprogramming.com/index.htm">XProgramming.com</a>:
+    @~english an Extreme Programming Resources.
+    @~japanese ¥¨¥¯¥¹¥È¥ê¡¼¥à¥×¥í¥°¥é¥ß¥ó¥°¤Î¥ê¥½¡¼¥¹½¸¤Ç¤¹¡£
+  - <a href="http://xp.medinfo.m.ehime-u.ac.jp/">XPJUG</a>:
+    @~english Japan XP User Group. 
+    @~japanese ÆüËÜXP¥æ¡¼¥¶¥°¥ë¡¼¥×
+    @~
+
 */
 
 /** @defgroup WritingTestFixture Writing test fixture
@@ -117,6 +159,7 @@ This library is released under the GNU
  */
 
 /** @defgroup CreatingTestSuite Creating TestSuite
+ * @sa CCUnitMakeSuite
  */
 
 /** @defgroup ExecutingTest Executing test