README
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:1k
源码类别:

Symbian

开发平台:

Visual C++

  1. This directory should build some unit test executables.
  2. Each test should be run with it's correspoding test case input file.
  3. For example, to run the 'tmap' test you would type 'tmap tmap.in'. If the
  4. test succeeds you will get a message that says 'Unit test PASSED'. If a
  5. test fails, information will be printed out about where the failure occured
  6. in the test. 
  7. tmap : Tests CHXMapPtrToPtr, CHXMapStringToOb, CHXMapStringToString, 
  8.        CHXMapLongToObj, and CHXMapGUIDToObj. It tests all of these maps at
  9.        the same time and insures that they are all behave in the same way.
  10. tptrarray : Tests CHXPtrArray
  11. tslist : Tests CHXSimpleList
  12. tstrlist : Tests CHXStringList
  13. tstring : Tests CHXString
  14. pmap : Started as a copy of 'tmap' whose intention is to run commands
  15.        against one map type or another in order to be able to profile the
  16.        execution time.  This program is incomplete!