Lines Matching full:matchers
4 * New feature: matchers DoubleNear(), FloatNear(),
9 * Improvement: when compiled by a C++11 compiler, matchers AllOf()
10 and AnyOf() can accept an arbitrary number of matchers.
11 * Improvement: when compiled by a C++11 compiler, matchers
16 definition of composite matchers.
40 * New matchers: Pointwise(), Each().
67 composite matchers.
68 * The new matcher API lets user-defined matchers generate custom
74 * Regular expression matchers on all platforms.
83 * Custom matchers defined using MatcherInterface or MakePolymorphicMatcher()
84 need to be updated after upgrading to Google Mock 1.5.0; matchers defined
101 * New feature: matchers Key(), Pair(), Args<...>(), AllArgs(), IsNull(),
116 * New feature: macros for easily defining new matchers
118 * New feature: more container matchers.