Lines Matching refs:New
6 * New matchers: Pointwise(), Each().
7 * New actions: ReturnPointee() and ReturnRefOfCopy().
29 * New feature: Google Mock can be safely used in multi-threaded tests
31 * New feature: function for printing a value of arbitrary type.
32 * New feature: function ExplainMatchResult() for easy definition of
60 * New feature: --gmock_catch_leaked_mocks for detecting leaked mocks.
61 * New feature: ACTION_TEMPLATE for defining templatized actions.
62 * New feature: the .After() clause for specifying expectation order.
63 * New feature: the .With() clause for for specifying inter-argument
65 * New feature: actions ReturnArg<k>(), ReturnNew<T>(...), and
67 * New feature: matchers Key(), Pair(), Args<...>(), AllArgs(), IsNull(),
69 * New feature: utility class MockFunction<F>, useful for checkpoints, etc.
70 * New feature: functions Value(x, m) and SafeMatcherCast<T>(m).
71 * New feature: copying a mock object is rejected at compile time.
72 * New feature: a script for fusing all Google Mock and Google Test
81 * New feature: ability to use Google Mock with any testing framework.
82 * New feature: macros for easily defining new matchers
83 * New feature: macros for easily defining new actions.
84 * New feature: more container matchers.
85 * New feature: actions for accessing function arguments and throwing