#include <gtest.h>
Definition at line 17090 of file gtest.h.
 
◆ Type
| Enumerator | 
|---|
| kSuccess |  | 
| kNonFatalFailure |  | 
| kFatalFailure |  | 
Definition at line 17094 of file gtest.h.
 
 
◆ TestPartResult()
  
  | 
        
          | testing::TestPartResult::TestPartResult | ( | Type | a_type, |  
          |  |  | const char * | a_file_name, |  
          |  |  | int | a_line_number, |  
          |  |  | const char * | a_message |  
          |  | ) |  |  |  | inline | 
 
 
◆ ExtractSummary()
  
  | 
        
          | std::string testing::TestPartResult::ExtractSummary | ( | const char * | message | ) |  |  | staticprivate | 
 
 
◆ failed()
  
  | 
        
          | bool testing::TestPartResult::failed | ( |  | ) | const |  | inline | 
 
 
◆ fatally_failed()
  
  | 
        
          | bool testing::TestPartResult::fatally_failed | ( |  | ) | const |  | inline | 
 
 
◆ file_name()
  
  | 
        
          | const char* testing::TestPartResult::file_name | ( |  | ) | const |  | inline | 
 
 
◆ line_number()
  
  | 
        
          | int testing::TestPartResult::line_number | ( |  | ) | const |  | inline | 
 
 
◆ message()
  
  | 
        
          | const char* testing::TestPartResult::message | ( |  | ) | const |  | inline | 
 
 
◆ nonfatally_failed()
  
  | 
        
          | bool testing::TestPartResult::nonfatally_failed | ( |  | ) | const |  | inline | 
 
 
◆ passed()
  
  | 
        
          | bool testing::TestPartResult::passed | ( |  | ) | const |  | inline | 
 
 
◆ summary()
  
  | 
        
          | const char* testing::TestPartResult::summary | ( |  | ) | const |  | inline | 
 
 
◆ type()
  
  | 
        
          | Type testing::TestPartResult::type | ( |  | ) | const |  | inline | 
 
 
◆ file_name_
  
  | 
        
          | std::string testing::TestPartResult::file_name_ |  | private | 
 
 
◆ line_number_
  
  | 
        
          | int testing::TestPartResult::line_number_ |  | private | 
 
 
◆ message_
  
  | 
        
          | std::string testing::TestPartResult::message_ |  | private | 
 
 
◆ summary_
  
  | 
        
          | std::string testing::TestPartResult::summary_ |  | private | 
 
 
◆ type_
  
  | 
        
          | Type testing::TestPartResult::type_ |  | private | 
 
 
The documentation for this class was generated from the following files: