Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::EmptyTestEventListener Class Reference

#include <gtest.h>

Inheritance diagram for testing::EmptyTestEventListener:
Collaboration diagram for testing::EmptyTestEventListener:

Public Member Functions

virtual void OnTestProgramStart (const UnitTest &)
 
virtual void OnTestIterationStart (const UnitTest &, int)
 
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)
 
virtual void OnTestProgramEnd (const UnitTest &)
 
- Public Member Functions inherited from testing::TestEventListener
virtual ~TestEventListener ()
 

Detailed Description

Definition at line 1087 of file gtest.h.

Member Function Documentation

◆ OnEnvironmentsSetUpEnd()

virtual void testing::EmptyTestEventListener::OnEnvironmentsSetUpEnd ( const UnitTest & )
inlinevirtual

Implements testing::TestEventListener.

Definition at line 1093 of file gtest.h.

1093{}

◆ OnEnvironmentsSetUpStart()

virtual void testing::EmptyTestEventListener::OnEnvironmentsSetUpStart ( const UnitTest & )
inlinevirtual

Implements testing::TestEventListener.

Definition at line 1092 of file gtest.h.

1092{}

◆ OnEnvironmentsTearDownEnd()

virtual void testing::EmptyTestEventListener::OnEnvironmentsTearDownEnd ( const UnitTest & )
inlinevirtual

Implements testing::TestEventListener.

Definition at line 1100 of file gtest.h.

1100{}

◆ OnEnvironmentsTearDownStart()

virtual void testing::EmptyTestEventListener::OnEnvironmentsTearDownStart ( const UnitTest & )
inlinevirtual

Implements testing::TestEventListener.

Definition at line 1099 of file gtest.h.

1099{}

◆ OnTestCaseEnd()

virtual void testing::EmptyTestEventListener::OnTestCaseEnd ( const TestCase & )
inlinevirtual

Implements testing::TestEventListener.

Definition at line 1098 of file gtest.h.

1098{}

◆ OnTestCaseStart()

virtual void testing::EmptyTestEventListener::OnTestCaseStart ( const TestCase & )
inlinevirtual

Implements testing::TestEventListener.

Definition at line 1094 of file gtest.h.

1094{}

◆ OnTestEnd()

virtual void testing::EmptyTestEventListener::OnTestEnd ( const TestInfo & )
inlinevirtual

Implements testing::TestEventListener.

Definition at line 1097 of file gtest.h.

1097{}

◆ OnTestIterationEnd()

virtual void testing::EmptyTestEventListener::OnTestIterationEnd ( const UnitTest & ,
int  )
inlinevirtual

◆ OnTestIterationStart()

virtual void testing::EmptyTestEventListener::OnTestIterationStart ( const UnitTest & ,
int  )
inlinevirtual

Implements testing::TestEventListener.

Reimplemented in SequenceTestingListener.

Definition at line 1090 of file gtest.h.

1091 {}

◆ OnTestPartResult()

virtual void testing::EmptyTestEventListener::OnTestPartResult ( const TestPartResult & )
inlinevirtual

Implements testing::TestEventListener.

Definition at line 1096 of file gtest.h.

1096{}

◆ OnTestProgramEnd()

virtual void testing::EmptyTestEventListener::OnTestProgramEnd ( const UnitTest & )
inlinevirtual

Implements testing::TestEventListener.

Reimplemented in SequenceTestingListener.

Definition at line 1103 of file gtest.h.

1103{}

◆ OnTestProgramStart()

virtual void testing::EmptyTestEventListener::OnTestProgramStart ( const UnitTest & )
inlinevirtual

Implements testing::TestEventListener.

Reimplemented in SequenceTestingListener.

Definition at line 1089 of file gtest.h.

1089{}

◆ OnTestStart()

virtual void testing::EmptyTestEventListener::OnTestStart ( const TestInfo & )
inlinevirtual

Implements testing::TestEventListener.

Definition at line 1095 of file gtest.h.

1095{}

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