A CPPUnit test runner.  
 More...
#include <CppUnitTestRunner.h>
 | 
| static const std::string &  | XmlPath () | 
|   | returns xml configuration file path  More...
  | 
|   | 
      
        
          | CppUnitTestRunner::CppUnitTestRunner  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
 
      
        
          | CppUnitTestRunner::~CppUnitTestRunner  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
 
      
        
          | std::string CppUnitTestRunner::Help  | 
          ( | 
           | ) | 
           | 
        
      
 
list all unit tests and command line help 
 
 
      
        
          | 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 
 
 
      
        
          | int CppUnitTestRunner::Run  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | static const std::string& CppUnitTestRunner::XmlPath  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
returns xml configuration file path 
 
 
The documentation for this class was generated from the following files: