A CPPUnit test runner.
More...
#include <CppUnitTestRunner.h>
List of all members.
Public Member Functions |
| CppUnitTestRunner (void) |
| ~CppUnitTestRunner (void) |
int | Run (int argc, char *argv[]) |
| runs all tests or allows to specify which test(s) to run; using -? on the command line shows a list of tests
|
int | Run () |
| runs all tests
|
std::string | Help () |
| list all unit tests and command line help
|
Static Public Member Functions |
static const std::string & | XmlPath () |
| returns xml configuration file path
|
Detailed Description
Constructor & Destructor Documentation
CppUnitTestRunner::CppUnitTestRunner |
( |
void |
| ) |
|
CppUnitTestRunner::~CppUnitTestRunner |
( |
void |
| ) |
|
Member Function Documentation
std::string CppUnitTestRunner::Help |
( |
| ) |
|
list all unit tests and command line help
int CppUnitTestRunner::Run |
( |
| ) |
|
int CppUnitTestRunner::Run |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
runs all tests or allows to specify which test(s) to run; using -? on the command line shows a list of tests
static const std::string& CppUnitTestRunner::XmlPath |
( |
| ) |
[inline, static] |
returns xml configuration file path
The documentation for this class was generated from the following files: