UT_TestManager Class Reference

#include <UT_TestManager.h>

List of all members.

Public Member Functions

virtual bool isInteractive () const =0
 Determine if the test was interactively invoked.
virtual int run (int argc, char *argv[])=0
 Called by main() to run the tests. Returns the number of test failures.
virtual void addTest (const char *name, UT_Functor< bool > &callback)=0

Static Public Member Functions

static UT_TestManagerget ()
 Access the global test manager.


Detailed Description

Definition at line 39 of file UT_TestManager.h.


Member Function Documentation

virtual void UT_TestManager::addTest ( const char *  name,
UT_Functor< bool > &  callback 
) [pure virtual]

Called by the TEST_REGISTER*() macros to automatically add a new test case

static UT_TestManager& UT_TestManager::get (  )  [static]

Access the global test manager.

virtual bool UT_TestManager::isInteractive (  )  const [pure virtual]

Determine if the test was interactively invoked.

virtual int UT_TestManager::run ( int  argc,
char *  argv[] 
) [pure virtual]

Called by main() to run the tests. Returns the number of test failures.


The documentation for this class was generated from the following file:

Generated on Fri May 25 00:10:55 2012 for HDK by  doxygen 1.5.9