Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::TestResultAccessor Class Reference

#include <gtest-internal-inl.h>

Static Public Member Functions

static void RecordProperty (TestResult *test_result, const std::string &xml_element, const TestProperty &property)
 
static void ClearTestPartResults (TestResult *test_result)
 
static const std::vector< testing::TestPartResult > & test_part_results (const TestResult &test_result)
 

Detailed Description

Definition at line 1006 of file gtest-internal-inl.h.

Member Function Documentation

◆ ClearTestPartResults()

static void testing::internal::TestResultAccessor::ClearTestPartResults ( TestResult * test_result)
inlinestatic

Definition at line 1014 of file gtest-internal-inl.h.

1014 {
1015 test_result->ClearTestPartResults();
1016 }

◆ 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()

static const std::vector< testing::TestPartResult > & testing::internal::TestResultAccessor::test_part_results ( const TestResult & test_result)
inlinestatic

Definition at line 1018 of file gtest-internal-inl.h.

1019 {
1020 return test_result.test_part_results();
1021 }

The documentation for this class was generated from the following file: