Lines Matching refs:New
4 * New feature: matchers DoubleNear(), FloatNear(),
40 * New matchers: Pointwise(), Each().
41 * New actions: ReturnPointee() and ReturnRefOfCopy().
63 * New feature: Google Mock can be safely used in multi-threaded tests
65 * New feature: function for printing a value of arbitrary type.
66 * New feature: function ExplainMatchResult() for easy definition of
94 * New feature: --gmock_catch_leaked_mocks for detecting leaked mocks.
95 * New feature: ACTION_TEMPLATE for defining templatized actions.
96 * New feature: the .After() clause for specifying expectation order.
97 * New feature: the .With() clause for for specifying inter-argument
99 * New feature: actions ReturnArg<k>(), ReturnNew<T>(...), and
101 * New feature: matchers Key(), Pair(), Args<...>(), AllArgs(), IsNull(),
103 * New feature: utility class MockFunction<F>, useful for checkpoints, etc.
104 * New feature: functions Value(x, m) and SafeMatcherCast<T>(m).
105 * New feature: copying a mock object is rejected at compile time.
106 * New feature: a script for fusing all Google Mock and Google Test
115 * New feature: ability to use Google Mock with any testing framework.
116 * New feature: macros for easily defining new matchers
117 * New feature: macros for easily defining new actions.
118 * New feature: more container matchers.
119 * New feature: actions for accessing function arguments and throwing