#include "gmock/gmock.h"
#include <string>
#include "gtest/gtest.h"
Go to the source code of this file.
Functions | |
TEST (InitGoogleMockTest, ParsesInvalidCommandLine) | |
TEST (InitGoogleMockTest, ParsesEmptyCommandLine) | |
TEST (InitGoogleMockTest, ParsesSingleFlag) | |
TEST (InitGoogleMockTest, ParsesUnrecognizedFlag) | |
TEST (InitGoogleMockTest, ParsesGoogleMockFlagAndUnrecognizedFlag) | |
TEST (InitGoogleMockTest, CallsInitGoogleTest) | |
TEST (WideInitGoogleMockTest, ParsesInvalidCommandLine) | |
TEST (WideInitGoogleMockTest, ParsesEmptyCommandLine) | |
TEST (WideInitGoogleMockTest, ParsesSingleFlag) | |
TEST (WideInitGoogleMockTest, ParsesUnrecognizedFlag) | |
TEST (WideInitGoogleMockTest, ParsesGoogleMockFlagAndUnrecognizedFlag) | |
TEST (WideInitGoogleMockTest, CallsInitGoogleTest) | |
TEST (FlagTest, IsAccessibleInCode) | |
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 | |||
) |
Definition at line 64 of file gmock_test.cc.
TEST | ( | InitGoogleMockTest | , |
ParsesEmptyCommandLine | |||
) |
Definition at line 76 of file gmock_test.cc.
TEST | ( | InitGoogleMockTest | , |
ParsesSingleFlag | |||
) |
Definition at line 90 of file gmock_test.cc.
TEST | ( | InitGoogleMockTest | , |
ParsesUnrecognizedFlag | |||
) |
Definition at line 105 of file gmock_test.cc.
TEST | ( | InitGoogleMockTest | , |
ParsesGoogleMockFlagAndUnrecognizedFlag | |||
) |
Definition at line 121 of file gmock_test.cc.
TEST | ( | InitGoogleMockTest | , |
CallsInitGoogleTest | |||
) |
Definition at line 138 of file gmock_test.cc.
TEST | ( | WideInitGoogleMockTest | , |
ParsesInvalidCommandLine | |||
) |
Definition at line 157 of file gmock_test.cc.
TEST | ( | WideInitGoogleMockTest | , |
ParsesEmptyCommandLine | |||
) |
Definition at line 169 of file gmock_test.cc.
TEST | ( | WideInitGoogleMockTest | , |
ParsesSingleFlag | |||
) |
Definition at line 183 of file gmock_test.cc.
TEST | ( | WideInitGoogleMockTest | , |
ParsesUnrecognizedFlag | |||
) |
Definition at line 198 of file gmock_test.cc.
TEST | ( | WideInitGoogleMockTest | , |
ParsesGoogleMockFlagAndUnrecognizedFlag | |||
) |
Definition at line 214 of file gmock_test.cc.
TEST | ( | WideInitGoogleMockTest | , |
CallsInitGoogleTest | |||
) |
Definition at line 231 of file gmock_test.cc.
TEST | ( | FlagTest | , |
IsAccessibleInCode | |||
) |
Definition at line 251 of file gmock_test.cc.
void TestInitGoogleMock | ( | const Char *(&) | argv[M], |
const Char *(&) | new_argv[N], | ||
const ::std::string & | expected_gmock_verbose | ||
) |
Definition at line 48 of file gmock_test.cc.