#include <gtest-internal-inl.h>
Definition at line 1006 of file gtest-internal-inl.h.
 
◆ ClearTestPartResults()
  
  | 
        
          | static void testing::internal::TestResultAccessor::ClearTestPartResults | ( | TestResult * | test_result | ) |  |  | inlinestatic | 
 
 
◆ RecordProperty()
  
  | 
        
          | static void testing::internal::TestResultAccessor::RecordProperty | ( | TestResult * | test_result, |  
          |  |  | const std::string & | xml_element, |  
          |  |  | const TestProperty & | property ) |  | inlinestatic | 
 
Definition at line 1008 of file gtest-internal-inl.h.
 1010                                                           {
 1011    test_result->RecordProperty(xml_element, property);
 1012  }
 
 
◆ test_part_results()
The documentation for this class was generated from the following file: