|
cMHN 1.2
C++ library for learning MHNs with pRC
|
#include <string>#include <vector>#include "gtest/gtest.h"#include "gtest/internal/custom/gtest.h"Classes | |
| class | testing::internal::EventRecordingListener |
| class | testing::internal::EventRecordingListener2 |
| class | testing::internal::EnvironmentInvocationCatcher |
| class | testing::internal::ListenerTest |
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) |
Variables | |
| std::vector< std::string > * | g_events = nullptr |
| int main | ( | int | argc, |
| char ** | argv ) |
| void VerifyResults | ( | const std::vector< std::string > & | data, |
| const char *const * | expected_data, | ||
| size_t | expected_data_size ) |
| std::vector<std::string>* g_events = nullptr |