Home | History | Annotate | Download | only in gmock

Lines Matching full:feature

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