Electroneum
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)
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 1014 of file gtest-internal-inl.h.

Member Function Documentation

◆ ClearTestPartResults() [1/2]

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

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

1022 {
1023 test_result->ClearTestPartResults();
1024 }

◆ ClearTestPartResults() [2/2]

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

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

1022 {
1023 test_result->ClearTestPartResults();
1024 }

◆ RecordProperty() [1/2]

void testing::internal::TestResultAccessor::RecordProperty ( TestResult * test_result,
const std::string & xml_element,
const TestProperty & property )
inlinestatic

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

1018 {
1019 test_result->RecordProperty(xml_element, property);
1020 }

◆ RecordProperty() [2/2]

void testing::internal::TestResultAccessor::RecordProperty ( TestResult * test_result,
const std::string & xml_element,
const TestProperty & property )
inlinestatic

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

1018 {
1019 test_result->RecordProperty(xml_element, property);
1020 }

◆ test_part_results() [1/2]

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

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

1027 {
1028 return test_result.test_part_results();
1029 }

◆ test_part_results() [2/2]

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

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

1027 {
1028 return test_result.test_part_results();
1029 }

The documentation for this class was generated from the following files:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googletest/src/gtest-internal-inl.h
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/tests/gtest/src/gtest-internal-inl.h