|
Monero
|


Go to the source code of this file.
Functions | |
| template<typename Char, int M, int N> | |
| void | TestInitGoogleMock (const Char *(&argv)[M], const Char *(&new_argv)[N], const ::std::string &expected_gmock_verbose) |
| TEST (InitGoogleMockTest, ParsesInvalidCommandLine) | |
| TEST (InitGoogleMockTest, ParsesEmptyCommandLine) | |
| TEST (InitGoogleMockTest, ParsesSingleFlag) | |
| TEST (InitGoogleMockTest, ParsesUnrecognizedFlag) | |
| TEST (InitGoogleMockTest, ParsesGoogleMockFlagAndUnrecognizedFlag) | |
| TEST (WideInitGoogleMockTest, ParsesInvalidCommandLine) | |
| TEST (WideInitGoogleMockTest, ParsesEmptyCommandLine) | |
| TEST (WideInitGoogleMockTest, ParsesSingleFlag) | |
| TEST (WideInitGoogleMockTest, ParsesUnrecognizedFlag) | |
| TEST (WideInitGoogleMockTest, ParsesGoogleMockFlagAndUnrecognizedFlag) | |
| TEST (FlagTest, IsAccessibleInCode) | |
| GTEST_API_ void | InitGoogleMock (int *argc, char **argv) |
| GTEST_API_ void testing::InitGoogleMock | ( | int * | argc, |
| char ** | argv ) |
| TEST | ( | FlagTest | , |
| IsAccessibleInCode | ) |
| TEST | ( | InitGoogleMockTest | , |
| ParsesEmptyCommandLine | ) |
| TEST | ( | InitGoogleMockTest | , |
| ParsesGoogleMockFlagAndUnrecognizedFlag | ) |
| TEST | ( | InitGoogleMockTest | , |
| ParsesInvalidCommandLine | ) |
| TEST | ( | InitGoogleMockTest | , |
| ParsesSingleFlag | ) |
| TEST | ( | InitGoogleMockTest | , |
| ParsesUnrecognizedFlag | ) |
| TEST | ( | WideInitGoogleMockTest | , |
| ParsesEmptyCommandLine | ) |
| TEST | ( | WideInitGoogleMockTest | , |
| ParsesGoogleMockFlagAndUnrecognizedFlag | ) |
| TEST | ( | WideInitGoogleMockTest | , |
| ParsesInvalidCommandLine | ) |
| TEST | ( | WideInitGoogleMockTest | , |
| ParsesSingleFlag | ) |
| TEST | ( | WideInitGoogleMockTest | , |
| ParsesUnrecognizedFlag | ) |
| void TestInitGoogleMock | ( | const Char *(&) | argv[M], |
| const Char *(&) | new_argv[N], | ||
| const ::std::string & | expected_gmock_verbose ) |