#include "gmock/gmock.h"
#include <string>
#include "gtest/gtest.h"
Go to the source code of this file.
|
| 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) |
◆ InitGoogleMock()
◆ TEST() [1/11]
| TEST |
( |
FlagTest | , |
|
|
IsAccessibleInCode | ) |
◆ TEST() [2/11]
| TEST |
( |
InitGoogleMockTest | , |
|
|
ParsesEmptyCommandLine | ) |
◆ TEST() [3/11]
| TEST |
( |
InitGoogleMockTest | , |
|
|
ParsesGoogleMockFlagAndUnrecognizedFlag | ) |
◆ TEST() [4/11]
| TEST |
( |
InitGoogleMockTest | , |
|
|
ParsesInvalidCommandLine | ) |
◆ TEST() [5/11]
| TEST |
( |
InitGoogleMockTest | , |
|
|
ParsesSingleFlag | ) |
◆ TEST() [6/11]
| TEST |
( |
InitGoogleMockTest | , |
|
|
ParsesUnrecognizedFlag | ) |
◆ TEST() [7/11]
| TEST |
( |
WideInitGoogleMockTest | , |
|
|
ParsesEmptyCommandLine | ) |
◆ TEST() [8/11]
| TEST |
( |
WideInitGoogleMockTest | , |
|
|
ParsesGoogleMockFlagAndUnrecognizedFlag | ) |
◆ TEST() [9/11]
| TEST |
( |
WideInitGoogleMockTest | , |
|
|
ParsesInvalidCommandLine | ) |
◆ TEST() [10/11]
| TEST |
( |
WideInitGoogleMockTest | , |
|
|
ParsesSingleFlag | ) |
◆ TEST() [11/11]
| TEST |
( |
WideInitGoogleMockTest | , |
|
|
ParsesUnrecognizedFlag | ) |
◆ TestInitGoogleMock()
template<typename Char, int M, int N>
| void TestInitGoogleMock |
( |
const Char *(&) | argv[M], |
|
|
const Char *(&) | new_argv[N], |
|
|
const ::std::string & | expected_gmock_verbose ) |