README
Upload User: zhongxx05
Upload Date: 2007-06-06
Package Size: 33641k
Code Size: 1k
Category:

Symbian

Development Platform:

C/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!