Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
testing::internal::EventRecordingListener2 Class Reference
Inheritance diagram for testing::internal::EventRecordingListener2:
Inheritance graph
[legend]

Public Member Functions

 EventRecordingListener2 (const char *name)
 
- Public Member Functions inherited from testing::TestEventListener
virtual ~TestEventListener ()
 
virtual void OnTestCaseStart (const TestCase &)
 
virtual void OnTestCaseEnd (const TestCase &)
 

Protected Member Functions

void OnTestProgramStart (const UnitTest &) override
 
void OnTestIterationStart (const UnitTest &, int iteration) override
 
void OnEnvironmentsSetUpStart (const UnitTest &) override
 
void OnEnvironmentsSetUpEnd (const UnitTest &) override
 
void OnTestSuiteStart (const TestSuite &) override
 
void OnTestStart (const TestInfo &) override
 
void OnTestPartResult (const TestPartResult &) override
 
void OnTestEnd (const TestInfo &) override
 
void OnTestSuiteEnd (const TestSuite &) override
 
void OnEnvironmentsTearDownStart (const UnitTest &) override
 
void OnEnvironmentsTearDownEnd (const UnitTest &) override
 
void OnTestIterationEnd (const UnitTest &, int iteration) override
 
void OnTestProgramEnd (const UnitTest &) override
 

Private Member Functions

std::string GetFullMethodName (const char *name)
 

Private Attributes

std::string name_
 

Detailed Description

Definition at line 133 of file googletest-listener-test.cc.

Constructor & Destructor Documentation

testing::internal::EventRecordingListener2::EventRecordingListener2 ( const char *  name)
inlineexplicit

Definition at line 135 of file googletest-listener-test.cc.

Member Function Documentation

void testing::internal::EventRecordingListener2::OnTestProgramStart ( const UnitTest )
inlineoverrideprotectedvirtual

Implements testing::TestEventListener.

Definition at line 138 of file googletest-listener-test.cc.

void testing::internal::EventRecordingListener2::OnTestIterationStart ( const UnitTest ,
int  iteration 
)
inlineoverrideprotectedvirtual

Implements testing::TestEventListener.

Definition at line 142 of file googletest-listener-test.cc.

void testing::internal::EventRecordingListener2::OnEnvironmentsSetUpStart ( const UnitTest )
inlineoverrideprotectedvirtual

Implements testing::TestEventListener.

Definition at line 150 of file googletest-listener-test.cc.

void testing::internal::EventRecordingListener2::OnEnvironmentsSetUpEnd ( const UnitTest )
inlineoverrideprotectedvirtual

Implements testing::TestEventListener.

Definition at line 154 of file googletest-listener-test.cc.

void testing::internal::EventRecordingListener2::OnTestSuiteStart ( const TestSuite )
inlineoverrideprotectedvirtual

Reimplemented from testing::TestEventListener.

Definition at line 158 of file googletest-listener-test.cc.

void testing::internal::EventRecordingListener2::OnTestStart ( const TestInfo )
inlineoverrideprotectedvirtual

Implements testing::TestEventListener.

Definition at line 162 of file googletest-listener-test.cc.

void testing::internal::EventRecordingListener2::OnTestPartResult ( const TestPartResult &  )
inlineoverrideprotectedvirtual

Implements testing::TestEventListener.

Definition at line 166 of file googletest-listener-test.cc.

void testing::internal::EventRecordingListener2::OnTestEnd ( const TestInfo )
inlineoverrideprotectedvirtual

Implements testing::TestEventListener.

Definition at line 170 of file googletest-listener-test.cc.

void testing::internal::EventRecordingListener2::OnTestSuiteEnd ( const TestSuite )
inlineoverrideprotectedvirtual

Reimplemented from testing::TestEventListener.

Definition at line 174 of file googletest-listener-test.cc.

void testing::internal::EventRecordingListener2::OnEnvironmentsTearDownStart ( const UnitTest )
inlineoverrideprotectedvirtual

Implements testing::TestEventListener.

Definition at line 178 of file googletest-listener-test.cc.

void testing::internal::EventRecordingListener2::OnEnvironmentsTearDownEnd ( const UnitTest )
inlineoverrideprotectedvirtual

Implements testing::TestEventListener.

Definition at line 182 of file googletest-listener-test.cc.

void testing::internal::EventRecordingListener2::OnTestIterationEnd ( const UnitTest ,
int  iteration 
)
inlineoverrideprotectedvirtual

Implements testing::TestEventListener.

Definition at line 186 of file googletest-listener-test.cc.

void testing::internal::EventRecordingListener2::OnTestProgramEnd ( const UnitTest )
inlineoverrideprotectedvirtual

Implements testing::TestEventListener.

Definition at line 194 of file googletest-listener-test.cc.

std::string testing::internal::EventRecordingListener2::GetFullMethodName ( const char *  name)
inlineprivate

Definition at line 199 of file googletest-listener-test.cc.

Member Data Documentation

std::string testing::internal::EventRecordingListener2::name_
private

Definition at line 201 of file googletest-listener-test.cc.


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