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

#include <JETSCAPE/blob/main/external_packages/googletest/googletest/src/gtest-internal-inl.h>

+ Inheritance diagram for testing::internal::DefaultPerThreadTestPartResultReporter:
+ Collaboration diagram for testing::internal::DefaultPerThreadTestPartResultReporter:

Public Member Functions

 DefaultPerThreadTestPartResultReporter (UnitTestImpl *unit_test)
 
virtual void ReportTestPartResult (const TestPartResult &result)
 
- Public Member Functions inherited from testing::TestPartResultReporterInterface
virtual ~TestPartResultReporterInterface ()
 

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (DefaultPerThreadTestPartResultReporter)
 

Private Attributes

UnitTestImpl *const unit_test_
 

Detailed Description

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

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

Constructor & Destructor Documentation

testing::internal::DefaultPerThreadTestPartResultReporter::DefaultPerThreadTestPartResultReporter ( UnitTestImpl unit_test)
explicit

Definition at line 695 of file gtest.cc.

View newest version in sPHENIX GitHub at line 695 of file gtest.cc

Member Function Documentation

testing::internal::DefaultPerThreadTestPartResultReporter::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( DefaultPerThreadTestPartResultReporter  )
private
void testing::internal::DefaultPerThreadTestPartResultReporter::ReportTestPartResult ( const TestPartResult result)
virtual

Implements testing::TestPartResultReporterInterface.

Definition at line 698 of file gtest.cc.

View newest version in sPHENIX GitHub at line 698 of file gtest.cc

References testing::internal::UnitTestImpl::GetGlobalTestPartResultReporter(), testing::TestPartResultReporterInterface::ReportTestPartResult(), and unit_test_.

+ Here is the call graph for this function:

Member Data Documentation

UnitTestImpl* const testing::internal::DefaultPerThreadTestPartResultReporter::unit_test_
private

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

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

Referenced by ReportTestPartResult().


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