index
:
avr/qmk/googletest
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
gmock-matchers_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds a free function MatchAndExplain().
zhanyong.wan
2010-03-05
1
-2
/
+26
*
BREAKING CHANGE: drops the old matcher API. See http://code.google.com/p/goo...
zhanyong.wan
2010-01-28
1
-31
/
+30
*
Enables regex matchers on all platforms.
zhanyong.wan
2010-01-14
1
-9
/
+4
*
Allows Field() and Property() to work when the matcher argument is a pointer ...
zhanyong.wan
2010-01-13
1
-0
/
+23
*
Implements the new matcher API.
zhanyong.wan
2010-01-08
1
-16
/
+129
*
Fixes a slew of compiler warnings and turns on "warning as error" in the scon...
zhanyong.wan
2009-12-23
1
-9
/
+22
*
Tests NotNull/IsNull with testing::internal::scoped_ptr.
vladlosev
2009-11-18
1
-0
/
+19
*
Updates IsNull and NotNull matchers to work with smart pointers.
vladlosev
2009-11-18
1
-0
/
+37
*
Makes gmock work on Symbian (both 3rd & 5th editions), original patch contrib...
zhanyong.wan
2009-09-25
1
-16
/
+39
*
Adds the IsNull() matcher.
zhanyong.wan
2009-09-24
1
-0
/
+27
*
Adds new matcher Pair(). Replaces GMOCK_CHECK_ with GTEST_CHECK_ (by Vlad Lo...
zhanyong.wan
2009-09-16
1
-29
/
+115
*
Simplifies the tests using EXPECT_DEATH_IF_SUPPORTED.
zhanyong.wan
2009-09-11
1
-3
/
+1
*
Adds mutable_impl() and impl() to PolymorphicMatcher (by Zhanyong Wan); Enabl...
zhanyong.wan
2009-08-31
1
-12
/
+38
*
Adds the Key() matcher, by Marcus Borger.
zhanyong.wan
2009-07-16
1
-0
/
+49
*
Implements .With() as a synonym of .WithArguments(); implements AllArgs(m) as...
zhanyong.wan
2009-06-09
1
-0
/
+30
*
Implements the Args<k1, ..., kn>(m) matcher.
zhanyong.wan
2009-06-09
1
-11
/
+10
*
Makes all container matchers work with (possibly multi-dimensional) native ar...
zhanyong.wan
2009-06-04
1
-3
/
+75
*
Finishes SafeMatcherCast by catching lossy arithmetic conversions at compile-...
zhanyong.wan
2009-05-14
1
-6
/
+11
*
Partially implemented SafeMatcherCast (by Vlad Losev); updated the implementa...
zhanyong.wan
2009-05-11
1
-3
/
+110
*
Cleans up macro definitions.
zhanyong.wan
2009-02-23
1
-1
/
+1
*
Implements custom description string for MATCHER*.
zhanyong.wan
2009-02-19
1
-0
/
+314
*
Implements ContainerEq.
zhanyong.wan
2009-01-16
1
-1
/
+145
*
Initial drop of Google Mock. The files are incomplete and thus may not build...
shiqian
2008-12-10
1
-0
/
+2629