Qucs-core
0.0.19
|
#include <gtest.h>
Public Member Functions | |
virtual | ~TestEventListener () |
virtual void | OnTestProgramStart (const UnitTest &unit_test)=0 |
virtual void | OnTestIterationStart (const UnitTest &unit_test, int iteration)=0 |
virtual void | OnEnvironmentsSetUpStart (const UnitTest &unit_test)=0 |
virtual void | OnEnvironmentsSetUpEnd (const UnitTest &unit_test)=0 |
virtual void | OnTestCaseStart (const TestCase &test_case)=0 |
virtual void | OnTestStart (const TestInfo &test_info)=0 |
virtual void | OnTestPartResult (const TestPartResult &test_part_result)=0 |
virtual void | OnTestEnd (const TestInfo &test_info)=0 |
virtual void | OnTestCaseEnd (const TestCase &test_case)=0 |
virtual void | OnEnvironmentsTearDownStart (const UnitTest &unit_test)=0 |
virtual void | OnEnvironmentsTearDownEnd (const UnitTest &unit_test)=0 |
virtual void | OnTestIterationEnd (const UnitTest &unit_test, int iteration)=0 |
virtual void | OnTestProgramEnd (const UnitTest &unit_test)=0 |
virtual | ~TestEventListener () |
virtual void | OnTestProgramStart (const UnitTest &unit_test)=0 |
virtual void | OnTestIterationStart (const UnitTest &unit_test, int iteration)=0 |
virtual void | OnEnvironmentsSetUpStart (const UnitTest &unit_test)=0 |
virtual void | OnEnvironmentsSetUpEnd (const UnitTest &unit_test)=0 |
virtual void | OnTestCaseStart (const TestCase &test_case)=0 |
virtual void | OnTestStart (const TestInfo &test_info)=0 |
virtual void | OnTestPartResult (const TestPartResult &test_part_result)=0 |
virtual void | OnTestEnd (const TestInfo &test_info)=0 |
virtual void | OnTestCaseEnd (const TestCase &test_case)=0 |
virtual void | OnEnvironmentsTearDownStart (const UnitTest &unit_test)=0 |
virtual void | OnEnvironmentsTearDownEnd (const UnitTest &unit_test)=0 |
virtual void | OnTestIterationEnd (const UnitTest &unit_test, int iteration)=0 |
virtual void | OnTestProgramEnd (const UnitTest &unit_test)=0 |
Definition at line 18372 of file fused-src/gtest/gtest.h.
virtual testing::TestEventListener::~TestEventListener | ( | ) | [inline, virtual] |
Definition at line 18374 of file fused-src/gtest/gtest.h.
virtual testing::TestEventListener::~TestEventListener | ( | ) | [inline, virtual] |
Definition at line 961 of file include/gtest/gtest.h.
virtual void testing::TestEventListener::OnEnvironmentsSetUpEnd | ( | const UnitTest & | unit_test | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnEnvironmentsSetUpEnd | ( | const UnitTest & | unit_test | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnEnvironmentsSetUpStart | ( | const UnitTest & | unit_test | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnEnvironmentsSetUpStart | ( | const UnitTest & | unit_test | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnEnvironmentsTearDownEnd | ( | const UnitTest & | unit_test | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnEnvironmentsTearDownEnd | ( | const UnitTest & | unit_test | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnEnvironmentsTearDownStart | ( | const UnitTest & | unit_test | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnEnvironmentsTearDownStart | ( | const UnitTest & | unit_test | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnTestCaseEnd | ( | const TestCase & | test_case | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnTestCaseEnd | ( | const TestCase & | test_case | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnTestCaseStart | ( | const TestCase & | test_case | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnTestCaseStart | ( | const TestCase & | test_case | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnTestEnd | ( | const TestInfo & | test_info | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnTestEnd | ( | const TestInfo & | test_info | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnTestIterationEnd | ( | const UnitTest & | unit_test, |
int | iteration | ||
) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnTestIterationEnd | ( | const UnitTest & | unit_test, |
int | iteration | ||
) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnTestIterationStart | ( | const UnitTest & | unit_test, |
int | iteration | ||
) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnTestIterationStart | ( | const UnitTest & | unit_test, |
int | iteration | ||
) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnTestPartResult | ( | const TestPartResult & | test_part_result | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnTestPartResult | ( | const TestPartResult & | test_part_result | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnTestProgramEnd | ( | const UnitTest & | unit_test | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnTestProgramEnd | ( | const UnitTest & | unit_test | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnTestProgramStart | ( | const UnitTest & | unit_test | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnTestProgramStart | ( | const UnitTest & | unit_test | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnTestStart | ( | const TestInfo & | test_info | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.
virtual void testing::TestEventListener::OnTestStart | ( | const TestInfo & | test_info | ) | [pure virtual] |
Implemented in testing::EmptyTestEventListener, and testing::EmptyTestEventListener.