TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
third_party
/
googletest
/
9bcb5f9146db42bc38b6bb744fb0cf518a0205be
/
test
/
gmock-matchers_test.cc
898725c
Implements matchers WhenSorted() and WhenSortedBy(); pulls in gtest r595.
by zhanyong.wan
· 14 years ago
587c1b3
Adds support for building Google Mock as a shared library (DLL).
by vladlosev
· 14 years ago
8d3dc0c
simplifies TrulyMatcher and adds a test for it
by zhanyong.wan
· 14 years ago
aa43220
Changes diagnostic output of the question mark from '\?' to '?'.
by vladlosev
· 14 years ago
736baa8
Prints the type of the actual value as part of a match message when appropriate.
by zhanyong.wan
· 15 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
02c1505
Increases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger.
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
33605ba
Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by Zhanyong Wan); pulls in gtest r424.
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
a862f1d
Adds IsInterested() to MatchResultListener; clarifies the format of matcher description and match result explanation; renames the free function MatchAndExplain() to ExplainMatchResult() to avoid it being hidden inside a MATCHER* definition.
by zhanyong.wan
· 15 years ago
34b034c
Adds a free function MatchAndExplain().
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
d14aaed
Enables regex matchers on all platforms.
by zhanyong.wan
· 16 years ago
6953a72
Allows Field() and Property() to work when the matcher argument is a pointer passed by reference.
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
e56daa7
Tests NotNull/IsNull with testing::internal::scoped_ptr.
by vladlosev
· 16 years ago
79b8350
Updates IsNull and NotNull matchers to work with smart pointers.
by vladlosev
· 16 years ago
95b1233
Makes gmock work on Symbian (both 3rd & 5th editions), original patch contributed by Mika Raento.
by zhanyong.wan
· 16 years ago
2d970ee
Adds the IsNull() matcher.
by zhanyong.wan
· 16 years ago
f5e1ce5
Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Losev).
by zhanyong.wan
· 16 years ago
04d6ed8
Simplifies the tests using EXPECT_DEATH_IF_SUPPORTED.
by zhanyong.wan
· 16 years ago
2b43a9e
Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); Enables gMock to compile with VC 7.1 (by Vlad Losev).
by zhanyong.wan
· 16 years ago
b5937da
Adds the Key() matcher, by Marcus Borger.
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
16cf473
Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-time; uses ACTION_TEMPLATE to simplify the definition of many actions; makes mock object uncopyable; teaches gmock doctor about wrong MOCK_METHODn.
by zhanyong.wan
· 16 years ago
1849065
Partially implemented SafeMatcherCast (by Vlad Losev); updated the implementation of Not, AnyOf, and AllOf to use SafeMatcherCast (by Vlad Losev); implemented ACTION_TEMPLATE (by Zhanyong Wan); worked around bugs on Symbian (by Zhanyong Wan).
by zhanyong.wan
· 16 years ago
652540a
Cleans up macro definitions.
by zhanyong.wan
· 16 years ago
4a5330d
Implements custom description string for MATCHER*.
by zhanyong.wan
· 16 years ago
6a896b5
Implements ContainerEq.
by zhanyong.wan
· 17 years ago
e35fdd9
Initial drop of Google Mock. The files are incomplete and thus may not build correctly yet.
by shiqian
· 17 years ago