Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
EmptyTestEventListener Class Reference

#include <gtest.h>

Inheritance diagram for EmptyTestEventListener:

Public Member Functions

void OnTestProgramStart (const UnitTest &) override
void OnTestIterationStart (const UnitTest &, int) override
void OnEnvironmentsSetUpStart (const UnitTest &) override
void OnEnvironmentsSetUpEnd (const UnitTest &) override
void OnTestSuiteStart (const TestSuite &) override
void OnTestCaseStart (const TestCase &) override
void OnTestStart (const TestInfo &) override
void OnTestPartResult (const TestPartResult &) override
void OnTestEnd (const TestInfo &) override
void OnTestSuiteEnd (const TestSuite &) override
void OnTestCaseEnd (const TestCase &) override
void OnEnvironmentsTearDownStart (const UnitTest &) override
void OnEnvironmentsTearDownEnd (const UnitTest &) override
void OnTestIterationEnd (const UnitTest &, int) override
void OnTestProgramEnd (const UnitTest &) override
Public Member Functions inherited from testing::TestEventListener
virtual ~TestEventListener ()
virtual void OnTestSuiteStart (const TestSuite &)
virtual void OnTestSuiteEnd (const TestSuite &)

Detailed Description

Definition at line 1157 of file gtest.h.

Member Function Documentation

◆ OnTestProgramStart()

void testing::EmptyTestEventListener::OnTestProgramStart ( const UnitTest & )
inlineoverridevirtual

Implements testing::TestEventListener.

Definition at line 1159 of file gtest.h.

◆ OnTestIterationStart()

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

Implements testing::TestEventListener.

Definition at line 1160 of file gtest.h.

◆ OnEnvironmentsSetUpStart()

Implements testing::TestEventListener.

Definition at line 1162 of file gtest.h.

◆ OnEnvironmentsSetUpEnd()

void testing::EmptyTestEventListener::OnEnvironmentsSetUpEnd ( const UnitTest & )
inlineoverridevirtual

Implements testing::TestEventListener.

Definition at line 1163 of file gtest.h.

◆ OnTestSuiteStart()

Definition at line 1164 of file gtest.h.

◆ OnTestCaseStart()

void testing::EmptyTestEventListener::OnTestCaseStart ( const TestCase & )
inlineoverridevirtual

Reimplemented from testing::TestEventListener.

Definition at line 1167 of file gtest.h.

◆ OnTestStart()

void testing::EmptyTestEventListener::OnTestStart ( const TestInfo & )
inlineoverridevirtual

Implements testing::TestEventListener.

Definition at line 1170 of file gtest.h.

◆ OnTestPartResult()

void testing::EmptyTestEventListener::OnTestPartResult ( const TestPartResult & )
inlineoverridevirtual

Implements testing::TestEventListener.

Definition at line 1171 of file gtest.h.

◆ OnTestEnd()

void testing::EmptyTestEventListener::OnTestEnd ( const TestInfo & )
inlineoverridevirtual

Implements testing::TestEventListener.

Definition at line 1172 of file gtest.h.

◆ OnTestSuiteEnd()

Definition at line 1173 of file gtest.h.

◆ OnTestCaseEnd()

void testing::EmptyTestEventListener::OnTestCaseEnd ( const TestCase & )
inlineoverridevirtual

Reimplemented from testing::TestEventListener.

Definition at line 1175 of file gtest.h.

◆ OnEnvironmentsTearDownStart()

Implements testing::TestEventListener.

Definition at line 1178 of file gtest.h.

◆ OnEnvironmentsTearDownEnd()

Implements testing::TestEventListener.

Definition at line 1179 of file gtest.h.

◆ OnTestIterationEnd()

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

Implements testing::TestEventListener.

Definition at line 1180 of file gtest.h.

◆ OnTestProgramEnd()

void testing::EmptyTestEventListener::OnTestProgramEnd ( const UnitTest & )
inlineoverridevirtual

Implements testing::TestEventListener.

Definition at line 1182 of file gtest.h.


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