CHROMA
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::ScopedFakeTestPartResultReporter Class Reference
Inheritance diagram for testing::ScopedFakeTestPartResultReporter:
testing::TestPartResultReporterInterface

Public Types

enum  InterceptMode { INTERCEPT_ONLY_CURRENT_THREAD , INTERCEPT_ALL_THREADS }
 

Public Member Functions

 ScopedFakeTestPartResultReporter (TestPartResultArray *result)
 
 ScopedFakeTestPartResultReporter (InterceptMode intercept_mode, TestPartResultArray *result)
 
virtual ~ScopedFakeTestPartResultReporter ()
 
virtual void ReportTestPartResult (const TestPartResult &result)
 
- Public Member Functions inherited from testing::TestPartResultReporterInterface
virtual ~TestPartResultReporterInterface ()
 

Private Member Functions

void Init ()
 
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (ScopedFakeTestPartResultReporter)
 

Private Attributes

const InterceptMode intercept_mode_
 
TestPartResultReporterInterfaceold_reporter_
 
TestPartResultArray *const result_
 

Detailed Description

Definition at line 124 of file gtest-all.cc.

Member Enumeration Documentation

◆ InterceptMode

Enumerator
INTERCEPT_ONLY_CURRENT_THREAD 
INTERCEPT_ALL_THREADS 

Definition at line 128 of file gtest-all.cc.

Constructor & Destructor Documentation

◆ ScopedFakeTestPartResultReporter() [1/2]

testing::ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter ( TestPartResultArray result)
explicit

Definition at line 2025 of file gtest-all.cc.

References Init().

◆ ScopedFakeTestPartResultReporter() [2/2]

testing::ScopedFakeTestPartResultReporter::ScopedFakeTestPartResultReporter ( InterceptMode  intercept_mode,
TestPartResultArray result 
)

Definition at line 2035 of file gtest-all.cc.

References Init().

◆ ~ScopedFakeTestPartResultReporter()

testing::ScopedFakeTestPartResultReporter::~ScopedFakeTestPartResultReporter ( )
virtual

Member Function Documentation

◆ GTEST_DISALLOW_COPY_AND_ASSIGN_()

testing::ScopedFakeTestPartResultReporter::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( ScopedFakeTestPartResultReporter  )
private

◆ Init()

void testing::ScopedFakeTestPartResultReporter::Init ( )
private

◆ ReportTestPartResult()

void testing::ScopedFakeTestPartResultReporter::ReportTestPartResult ( const TestPartResult result)
virtual

Member Data Documentation

◆ intercept_mode_

const InterceptMode testing::ScopedFakeTestPartResultReporter::intercept_mode_
private

Definition at line 155 of file gtest-all.cc.

Referenced by Init(), and ~ScopedFakeTestPartResultReporter().

◆ old_reporter_

TestPartResultReporterInterface* testing::ScopedFakeTestPartResultReporter::old_reporter_
private

Definition at line 156 of file gtest-all.cc.

Referenced by Init(), and ~ScopedFakeTestPartResultReporter().

◆ result_

TestPartResultArray* const testing::ScopedFakeTestPartResultReporter::result_
private

Definition at line 157 of file gtest-all.cc.

Referenced by ReportTestPartResult().


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