Definition at line 56 of file googletest-listener-test.cc.
◆ EventRecordingListener()
testing::internal::EventRecordingListener::EventRecordingListener |
( |
const char * | name | ) |
|
|
inlineexplicit |
◆ OnTestProgramStart()
void testing::internal::EventRecordingListener::OnTestProgramStart |
( |
const UnitTest & | | ) |
|
|
inlineoverrideprotectedvirtual |
◆ OnTestIterationStart()
void testing::internal::EventRecordingListener::OnTestIterationStart |
( |
const UnitTest & | , |
|
|
int | iteration ) |
|
inlineoverrideprotectedvirtual |
◆ OnEnvironmentsSetUpStart()
void testing::internal::EventRecordingListener::OnEnvironmentsSetUpStart |
( |
const UnitTest & | | ) |
|
|
inlineoverrideprotectedvirtual |
◆ OnEnvironmentsSetUpEnd()
void testing::internal::EventRecordingListener::OnEnvironmentsSetUpEnd |
( |
const UnitTest & | | ) |
|
|
inlineoverrideprotectedvirtual |
◆ OnTestCaseStart()
void testing::internal::EventRecordingListener::OnTestCaseStart |
( |
const TestCase & | | ) |
|
|
inlineoverrideprotectedvirtual |
◆ OnTestStart()
void testing::internal::EventRecordingListener::OnTestStart |
( |
const TestInfo & | | ) |
|
|
inlineoverrideprotectedvirtual |
◆ OnTestPartResult()
void testing::internal::EventRecordingListener::OnTestPartResult |
( |
const TestPartResult & | | ) |
|
|
inlineoverrideprotectedvirtual |
◆ OnTestEnd()
void testing::internal::EventRecordingListener::OnTestEnd |
( |
const TestInfo & | | ) |
|
|
inlineoverrideprotectedvirtual |
◆ OnTestCaseEnd()
void testing::internal::EventRecordingListener::OnTestCaseEnd |
( |
const TestCase & | | ) |
|
|
inlineoverrideprotectedvirtual |
◆ OnEnvironmentsTearDownStart()
void testing::internal::EventRecordingListener::OnEnvironmentsTearDownStart |
( |
const UnitTest & | | ) |
|
|
inlineoverrideprotectedvirtual |
◆ OnEnvironmentsTearDownEnd()
void testing::internal::EventRecordingListener::OnEnvironmentsTearDownEnd |
( |
const UnitTest & | | ) |
|
|
inlineoverrideprotectedvirtual |
◆ OnTestIterationEnd()
void testing::internal::EventRecordingListener::OnTestIterationEnd |
( |
const UnitTest & | , |
|
|
int | iteration ) |
|
inlineoverrideprotectedvirtual |
◆ OnTestProgramEnd()
void testing::internal::EventRecordingListener::OnTestProgramEnd |
( |
const UnitTest & | | ) |
|
|
inlineoverrideprotectedvirtual |
◆ GetFullMethodName()
std::string testing::internal::EventRecordingListener::GetFullMethodName |
( |
const char * | name | ) |
|
|
inlineprivate |
◆ name_
std::string testing::internal::EventRecordingListener::name_ |
|
private |
The documentation for this class was generated from the following file: