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::EventRecordingListener Class Reference
Inheritance diagram for testing::internal::EventRecordingListener:
Inheritance graph
[legend]

Public Member Functions

 EventRecordingListener (const char *name)
 
- Public Member Functions inherited from testing::TestEventListener
virtual ~TestEventListener ()
 
virtual void OnTestSuiteStart (const TestSuite &)
 
virtual void OnTestSuiteEnd (const TestSuite &)
 

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 OnTestCaseStart (const TestCase &) override
 
void OnTestStart (const TestInfo &) override
 
void OnTestPartResult (const TestPartResult &) override
 
void OnTestEnd (const TestInfo &) override
 
void OnTestCaseEnd (const TestCase &) 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 56 of file googletest-listener-test.cc.

Constructor & Destructor Documentation

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

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

Member Function Documentation

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

Implements testing::TestEventListener.

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

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

Implements testing::TestEventListener.

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

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

Implements testing::TestEventListener.

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

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

Implements testing::TestEventListener.

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

void testing::internal::EventRecordingListener::OnTestCaseStart ( const TestCase &  )
inlineoverrideprotectedvirtual

Reimplemented from testing::TestEventListener.

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

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

Implements testing::TestEventListener.

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

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

Implements testing::TestEventListener.

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

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

Implements testing::TestEventListener.

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

void testing::internal::EventRecordingListener::OnTestCaseEnd ( const TestCase &  )
inlineoverrideprotectedvirtual

Reimplemented from testing::TestEventListener.

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

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

Implements testing::TestEventListener.

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

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

Implements testing::TestEventListener.

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

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

Implements testing::TestEventListener.

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

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

Implements testing::TestEventListener.

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

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

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

Member Data Documentation

std::string testing::internal::EventRecordingListener::name_
private

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


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