tesseract v5.3.3.20231005
|
Go to the source code of this file.
Namespaces | |
namespace | testing |
Macros | |
#define | EXPECT_EXPANSION(Result, Macro) EXPECT_THAT("" GMOCK_PP_STRINGIZE(Macro), SameExceptSpaces(Result)) |
#define | GMOCK_PP_INTERNAL_IS_EMPTY_TEST_1 |
#define | JOINER_CAT(a, b) a##b |
#define | JOINER(_N, _Data, _Elem) JOINER_CAT(_Data, _N) = _Elem |
#define EXPECT_EXPANSION | ( | Result, | |
Macro | |||
) | EXPECT_THAT("" GMOCK_PP_STRINGIZE(Macro), SameExceptSpaces(Result)) |
Definition at line 56 of file gmock-pp-string_test.cc.
#define GMOCK_PP_INTERNAL_IS_EMPTY_TEST_1 |
#define JOINER | ( | _N, | |
_Data, | |||
_Elem | |||
) | JOINER_CAT(_Data, _N) = _Elem |
Definition at line 134 of file gmock-pp-string_test.cc.
#define JOINER_CAT | ( | a, | |
b | |||
) | a##b |
Definition at line 133 of file gmock-pp-string_test.cc.