A Reporter that generates XML formatted results similar to NUnit.  
 More...
#include <reporter_xml.h>
 | 
| 
std::deque< TestResult >  | results | 
|   | Results of all tests. 
  | 
|   | 
| 
int  | suite_test_count | 
|   | number of tests in suite 
  | 
|   | 
| 
int  | suite_failed_count | 
|   | number of failed tests in suite 
  | 
|   | 
| 
int  | suite_failures_count | 
|   | number of failures in suite 
  | 
|   | 
| 
std::chrono::milliseconds  | suite_time | 
|   | total suite running time in milliseconds 
  | 
|   | 
| 
int  | total_test_count | 
|   | total number of tests 
  | 
|   | 
| 
int  | total_failed_count | 
|   | total number of failed tests 
  | 
|   | 
| 
int  | total_failures_count | 
|   | total number of failures 
  | 
|   | 
| 
std::chrono::milliseconds  | total_time | 
|   | total running time in milliseconds 
  | 
|   | 
| 
int  | suites_count | 
|   | number of suites ran 
  | 
|   | 
| 
bool  | trace | 
|   | true if tracing is enabled 
  | 
|   | 
A Reporter that generates XML formatted results similar to NUnit. 
 
◆ ReporterXml()
  
  
      
        
          | UnitTest::ReporterXml::ReporterXml  | 
          ( | 
          std::ostream & |           ostream = std::cout | ) | 
           | 
         
       
   | 
  
inlineexplicit   | 
  
 
Constructor.
- Parameters
 - 
  
    | ostream | Output stream that will contain XML formatted results  | 
  
   
 
 
◆ Clear()
  
  
      
        
          | void UnitTest::ReporterXml::Clear  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ Summary()
  
  
      
        
          | int UnitTest::ReporterXml::Summary  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
The documentation for this class was generated from the following file: