| 
| void  | reset () | 
|   | 
| void  | success (const std::string &test_name) | 
|   | 
| void  | failure (const std::string &test_name) | 
|   | 
| void  | skip (const std::string &test_name) | 
|   | 
Definition at line 120 of file testManager.h.
 
      
        
          | void TestManager::Stat::failure  | 
          ( | 
          const std::string &  | 
          test_name | ) | 
           | 
        
      
 
 
      
        
          | void TestManager::Stat::reset  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | void TestManager::Stat::skip  | 
          ( | 
          const std::string &  | 
          test_name | ) | 
           | 
        
      
 
 
      
        
          | void TestManager::Stat::success  | 
          ( | 
          const std::string &  | 
          test_name | ) | 
           | 
        
      
 
 
      
        
          | std::vector<std::string> TestManager::Stat::m_list_failure | 
        
      
 
 
      
        
          | std::vector<std::string> TestManager::Stat::m_list_skip | 
        
      
 
 
      
        
          | int TestManager::Stat::m_num_failure | 
        
      
 
 
      
        
          | int TestManager::Stat::m_num_skip | 
        
      
 
 
      
        
          | int TestManager::Stat::m_num_success | 
        
      
 
 
      
        
          | int TestManager::Stat::m_num_tests | 
        
      
 
 
The documentation for this struct was generated from the following files: