#include <UT_TestManager.h>
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_TestManager & | get () |
| Access the global test manager. | |
Definition at line 39 of file UT_TestManager.h.
| 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.
1.5.9