TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
third_party
/
googletest
/
79a367eb217fcd47e2beaf8c0f87fe6d5926f739
/
test
/
gmock-generated-matchers_test.cc
79a367e
Reduced template instantiation depth for the AllOf and AnyOf matchers. Also some formatting changes.
by jgm
· 13 years ago
86d2eeb
Prevents ADL in AllOf() and AnyOf() (by Manuel Klimek).
by zhanyong.wan
· 14 years ago
658ac0b
Indents preprocessor directives.
by zhanyong.wan
· 14 years ago
53e08c4
Include gtest and gmock headers as user headers instead of system headers.
by zhanyong.wan
· 15 years ago
d60c5f4
Removes unused scons scripts; picks up gtest r446.
by zhanyong.wan
· 15 years ago
b414080
Replaces Python-style interpolation with arbitrary C++ string expression in MATCHER* descriptions.
by zhanyong.wan
· 15 years ago
ab5b77c
Implements Pointwise().
by zhanyong.wan
· 15 years ago
b1c7f93
Improves matcher messages across the board.
by zhanyong.wan
· 15 years ago
676e8cc
Fixes the explanation generated by many composite matchers (by Manuel Klimek); publishes the gmock value printer as testing::PrintToString() (by Zhanyong Wan).
by zhanyong.wan
· 15 years ago
db22c22
BREAKING CHANGE: drops the old matcher API. See http://code.google.com/p/googlemock/wiki/FrequentlyAskedQuestions for details.
by zhanyong.wan
· 16 years ago
8211331
Implements the new matcher API.
by zhanyong.wan
· 16 years ago
32de5f5
Fixes a slew of compiler warnings and turns on "warning as error" in the scons build.
by zhanyong.wan
· 16 years ago
bf55085
Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as a synonym of m; relies on gtest-port to #include tuple; fixes a compatibility with Symbian.
by zhanyong.wan
· 16 years ago
2661c68
Implements the Args<k1, ..., kn>(m) matcher.
by zhanyong.wan
· 16 years ago
b824316
Makes all container matchers work with (possibly multi-dimensional) native arrays; makes Contains() accept a matcher; adds Value(x, m); improves gmock doctor to diagnose the Type in Template Base disease.
by zhanyong.wan
· 16 years ago
1bee7b2
Implements Contains(element) matcher. By Gary Morain.
by zhanyong.wan
· 16 years ago
4a5330d
Implements custom description string for MATCHER*.
by zhanyong.wan
· 16 years ago
ce198ff
Implements the MATCHER* macros.
by zhanyong.wan
· 16 years ago
e35fdd9
Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet.
by shiqian
· 17 years ago