From bd0592140a44471e149d69da5fe7e28437e49155 Mon Sep 17 00:00:00 2001 From: tsntsumi Date: Sat, 21 Aug 2010 09:20:19 +0000 Subject: [PATCH] Removed the process list with was not an explanation. --- doc/cookbook.dox | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/doc/cookbook.dox b/doc/cookbook.dox index 2dbcc4e..f088089 100644 --- a/doc/cookbook.dox +++ b/doc/cookbook.dox @@ -479,47 +479,6 @@ When you have a common fixture, here is what you do: ¼¡¤Î¤è¤¦¤Ë¤¹¤ë¤³¤È¤Ç¤·¤ç¤¦¡£ @~ -
    -
  1. @english - Create a @link CCUnitTestCase TestCase @endlink object - @japanese - @link CCUnitTestCase TestCase @endlink ¤òºîÀ®¤·¤Þ¤¹ - @endif -
  2. -
  3. @english - Add an global variable for each part of the case - @japanese - TestCase ¤Î¥¹¥³¡¼¥×Æâ¤Ë¥°¥í¡¼¥Ð¥ëÊÑ¿ô¤òÄêµÁ¤·¤Þ¤¹ - @endif -
  4. -
  5. @english - Write @c setUp() function to initialize the valiables - @japanese - ¥Õ¥£¥¯¥¹¥Á¥ã¤ò½é´ü²½¤¹¤ë @c setUp() ´Ø¿ô¤ò½ñ¤­¤Þ¤¹ - @endif -
  6. -
  7. @english - Write @c tearDown() to release any permanent - resources you allocated in @c setUp - @japanese - @c setUp() ¤Ç³ä¤êÅö¤Æ¤¿±Ê³Ū¥ê¥½¡¼¥¹¤ò²òÊü¤¹¤ë¤¿¤á¤Î - @c tearDown() ´Ø¿ô¤ò½ñ¤­¤Þ¤¹ - @endif -
  8. -
  9. @english Write TestFunc. - @japanese - ¥Æ¥¹¥È´Ø¿ô (TestFunc) ¤ò½ñ¤­¤Þ¤¹¡£ - @endif -
  10. -
  11. @english - Add @link CCUnitTestFunc TestFunc @endlink objects to case object - @japanese - @link CCUnitTestFunc TestFunc @endlink ¤ò - @link CCUnitTestCase TestCase @endlink ¤ËÅÐÏ¿¤·¤Þ¤¹¡£ - @endif -
  12. -
- @english For example, to write several test cases, first create a fixture: -- 2.11.0