|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|

Go to the source code of this file.
Classes | |
| class | testing::internal::EventRecordingListener |
| class | testing::internal::EventRecordingListener2 |
| class | testing::internal::EnvironmentInvocationCatcher |
| class | testing::internal::ListenerTest |
| class | Environment |
| class | TestSuite |
| class | TestEventListener |
| class | EnvironmentInvocationCatcher |
| class | EventRecordingListener |
| class | EventRecordingListener2 |
Namespaces | |
| namespace | testing |
| namespace | testing::internal |
Functions | |
| testing::internal::TEST_F (ListenerTest, DoesFoo) | |
| testing::internal::TEST_F (ListenerTest, DoesBar) | |
| void | VerifyResults (const std::vector< std::string > &data, const char *const *expected_data, size_t expected_data_size) |
| int | main (int argc, char **argv) |
| Environment * | AddGlobalTestEnvironment (Environment *env) |
| GTEST_API_ void | InitGoogleTest (int *argc, char **argv) |
Variables | |
| std::vector< std::string > * | g_events = nullptr |
| void VerifyResults | ( | const std::vector< std::string > & | data, |
| const char *const * | expected_data, | ||
| size_t | expected_data_size ) |
Definition at line 246 of file googletest-listener-test.cc.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 270 of file googletest-listener-test.cc.
|
inline |
| void testing::InitGoogleTest | ( | int * | argc, |
| char ** | argv ) |
| std::vector<std::string>* g_events = nullptr |
Definition at line 51 of file googletest-listener-test.cc.