47 int main (
int argc,
const char* argv[])
60 return suite.getExitCode();
Installing and invoking of application lifecycle event callbacks.
Commandline options for our unittest test-suite executable.
int main(int argc, const char *argv[])
run all tests or any single test specified in the first command line argument.
const char * ON_GLOBAL_SHUTDOWN
to be triggered at the end of main()
Building and running a suite of tests, implemented as test classes.
const string getTestgroup()
Support for selecting and configuring testcases via commandline arguments.
const char * ON_GLOBAL_INIT
to be triggered in main()
define and register a callback for a specific lifecycle event.
bool handleHelpRequest()
handles the –help switch by printing a syntax description
Enables running a collection of tests.
Abstraction of the usual int argc, int** argv-Commandline, to be able to treat it as a vector of stri...