Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::TestResultAccessor Class Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googletest/src/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 1014 of file gtest-internal-inl.h.

View newest version in sPHENIX GitHub at line 1014 of file gtest-internal-inl.h

Member Function Documentation

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

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

View newest version in sPHENIX GitHub at line 1022 of file gtest-internal-inl.h

References testing::TestResult::ClearTestPartResults().

+ Here is the call graph for this function:

static 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.

View newest version in sPHENIX GitHub at line 1016 of file gtest-internal-inl.h

References testing::TestResult::RecordProperty().

+ Here is the call graph for this function:

static 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.

View newest version in sPHENIX GitHub at line 1026 of file gtest-internal-inl.h

References testing::TestResult::test_part_results().

+ Here is the call graph for this function:


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