Qucs-core  0.0.19
Public Types | Public Member Functions | Private Member Functions | Private Attributes
testing::ScopedFakeTestPartResultReporter Class Reference

#include <gtest-spi.h>

Inheritance diagram for testing::ScopedFakeTestPartResultReporter:
Inheritance graph
[legend]
Collaboration diagram for testing::ScopedFakeTestPartResultReporter:
Collaboration graph
[legend]

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)

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 51 of file gtest-spi.h.


Member Enumeration Documentation

Enumerator:
INTERCEPT_ONLY_CURRENT_THREAD 
INTERCEPT_ALL_THREADS 

Definition at line 55 of file gtest-spi.h.


Constructor & Destructor Documentation


Member Function Documentation


Field Documentation

Definition at line 82 of file gtest-spi.h.

Definition at line 83 of file gtest-spi.h.

Definition at line 84 of file gtest-spi.h.


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