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

Public Member Functions

 EventRecordingListener (const char *name)
 
- Public Member Functions inherited from testing::TestEventListener
virtual ~TestEventListener ()
 

Protected Member Functions

virtual void OnTestProgramStart (const UnitTest &)
 
virtual void OnTestIterationStart (const UnitTest &, int iteration)
 
virtual void OnEnvironmentsSetUpStart (const UnitTest &)
 
virtual void OnEnvironmentsSetUpEnd (const UnitTest &)
 
virtual void OnTestCaseStart (const TestCase &)
 
virtual void OnTestStart (const TestInfo &)
 
virtual void OnTestPartResult (const TestPartResult &)
 
virtual void OnTestEnd (const TestInfo &)
 
virtual void OnTestCaseEnd (const TestCase &)
 
virtual void OnEnvironmentsTearDownStart (const UnitTest &)
 
virtual void OnEnvironmentsTearDownEnd (const UnitTest &)
 
virtual void OnTestIterationEnd (const UnitTest &, int iteration)
 
virtual void OnTestProgramEnd (const UnitTest &)
 

Private Member Functions

std::string GetFullMethodName (const char *name)
 

Private Attributes

std::string name_
 

Detailed Description

Definition at line 55 of file gtest-listener_test.cc.

View newest version in sPHENIX GitHub at line 55 of file gtest-listener_test.cc

Constructor & Destructor Documentation

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

Definition at line 57 of file gtest-listener_test.cc.

View newest version in sPHENIX GitHub at line 57 of file gtest-listener_test.cc

Member Function Documentation

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

Definition at line 121 of file gtest-listener_test.cc.

View newest version in sPHENIX GitHub at line 121 of file gtest-listener_test.cc

References perf_headwind::name, and name_.

Referenced by OnEnvironmentsSetUpEnd(), OnEnvironmentsSetUpStart(), OnEnvironmentsTearDownEnd(), OnEnvironmentsTearDownStart(), OnTestCaseEnd(), OnTestCaseStart(), OnTestEnd(), OnTestIterationEnd(), OnTestIterationStart(), OnTestPartResult(), OnTestProgramEnd(), OnTestProgramStart(), and OnTestStart().

+ Here is the caller graph for this function:

virtual void testing::internal::EventRecordingListener::OnEnvironmentsSetUpEnd ( const UnitTest )
inlineprotectedvirtual

Implements testing::TestEventListener.

Definition at line 76 of file gtest-listener_test.cc.

View newest version in sPHENIX GitHub at line 76 of file gtest-listener_test.cc

References GetFullMethodName().

+ Here is the call graph for this function:

virtual void testing::internal::EventRecordingListener::OnEnvironmentsSetUpStart ( const UnitTest )
inlineprotectedvirtual

Implements testing::TestEventListener.

Definition at line 72 of file gtest-listener_test.cc.

View newest version in sPHENIX GitHub at line 72 of file gtest-listener_test.cc

References GetFullMethodName().

+ Here is the call graph for this function:

virtual void testing::internal::EventRecordingListener::OnEnvironmentsTearDownEnd ( const UnitTest )
inlineprotectedvirtual

Implements testing::TestEventListener.

Definition at line 104 of file gtest-listener_test.cc.

View newest version in sPHENIX GitHub at line 104 of file gtest-listener_test.cc

References GetFullMethodName().

+ Here is the call graph for this function:

virtual void testing::internal::EventRecordingListener::OnEnvironmentsTearDownStart ( const UnitTest )
inlineprotectedvirtual

Implements testing::TestEventListener.

Definition at line 100 of file gtest-listener_test.cc.

View newest version in sPHENIX GitHub at line 100 of file gtest-listener_test.cc

References GetFullMethodName().

+ Here is the call graph for this function:

virtual void testing::internal::EventRecordingListener::OnTestCaseEnd ( const TestCase )
inlineprotectedvirtual

Implements testing::TestEventListener.

Definition at line 96 of file gtest-listener_test.cc.

View newest version in sPHENIX GitHub at line 96 of file gtest-listener_test.cc

References GetFullMethodName().

+ Here is the call graph for this function:

virtual void testing::internal::EventRecordingListener::OnTestCaseStart ( const TestCase )
inlineprotectedvirtual

Implements testing::TestEventListener.

Definition at line 80 of file gtest-listener_test.cc.

View newest version in sPHENIX GitHub at line 80 of file gtest-listener_test.cc

References GetFullMethodName().

+ Here is the call graph for this function:

virtual void testing::internal::EventRecordingListener::OnTestEnd ( const TestInfo )
inlineprotectedvirtual

Implements testing::TestEventListener.

Definition at line 92 of file gtest-listener_test.cc.

View newest version in sPHENIX GitHub at line 92 of file gtest-listener_test.cc

References GetFullMethodName().

+ Here is the call graph for this function:

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

Implements testing::TestEventListener.

Definition at line 108 of file gtest-listener_test.cc.

View newest version in sPHENIX GitHub at line 108 of file gtest-listener_test.cc

References GetFullMethodName(), testing::Message::GetString(), and gtest_output_test::message.

+ Here is the call graph for this function:

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

Implements testing::TestEventListener.

Definition at line 64 of file gtest-listener_test.cc.

View newest version in sPHENIX GitHub at line 64 of file gtest-listener_test.cc

References GetFullMethodName(), testing::Message::GetString(), and gtest_output_test::message.

+ Here is the call graph for this function:

virtual void testing::internal::EventRecordingListener::OnTestPartResult ( const TestPartResult )
inlineprotectedvirtual

Implements testing::TestEventListener.

Definition at line 88 of file gtest-listener_test.cc.

View newest version in sPHENIX GitHub at line 88 of file gtest-listener_test.cc

References GetFullMethodName().

+ Here is the call graph for this function:

virtual void testing::internal::EventRecordingListener::OnTestProgramEnd ( const UnitTest )
inlineprotectedvirtual

Implements testing::TestEventListener.

Definition at line 116 of file gtest-listener_test.cc.

View newest version in sPHENIX GitHub at line 116 of file gtest-listener_test.cc

References GetFullMethodName().

+ Here is the call graph for this function:

virtual void testing::internal::EventRecordingListener::OnTestProgramStart ( const UnitTest )
inlineprotectedvirtual

Implements testing::TestEventListener.

Definition at line 60 of file gtest-listener_test.cc.

View newest version in sPHENIX GitHub at line 60 of file gtest-listener_test.cc

References GetFullMethodName().

+ Here is the call graph for this function:

virtual void testing::internal::EventRecordingListener::OnTestStart ( const TestInfo )
inlineprotectedvirtual

Implements testing::TestEventListener.

Definition at line 84 of file gtest-listener_test.cc.

View newest version in sPHENIX GitHub at line 84 of file gtest-listener_test.cc

References GetFullMethodName().

+ Here is the call graph for this function:

Member Data Documentation

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

Definition at line 125 of file gtest-listener_test.cc.

View newest version in sPHENIX GitHub at line 125 of file gtest-listener_test.cc

Referenced by GetFullMethodName().


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