utx : Unit Test driver for cpp using "Reflection".

Download Files

Changes

  1. Initial Version
  2. ignore namespaces around tests
  3. add testutx project
  4. add unicode/wide string capability
  5. add COM tests

Installation

  1. Place utx.exe in a directory in the PATH
  2. Place utx.h and utxcom.h in an includes directory

Notes

This is a Unit Test driver for C++. It searches for all .dll files in a given directory tree that have a suffix of "_UTest" and invokes any methods that have a signature like "void testxxx()".

Use

The command line looks like:
   utx rootdir
The rootdir is the root of the directory tree that contains the unit tests.
Number of ut class files: 1
Number of unit tests    : 2
Number of utassert calls: 1
Number of errors        : 0
Number of exceptions    : 0
This output shows:




Contact me about content on this page using john_web-at-arrizza-dot-com
For Web Master or site problems contact: webadmin-at-arrizza-dot-com
Copyright John Arrizza (c) 2001,2002,2003,2004,2005,2006,2007