Searched defs:ON_CALL (Results 1 - 1 of 1) sorted by relevance

/external/chromium/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h34 // This file implements the ON_CALL() and EXPECT_CALL() macros.
36 // A user can use the ON_CALL() macro to specify the default action of
39 // ON_CALL(mock_object, Method(argument-matchers))
133 // Clears the ON_CALL()s set on this mock function.
182 // whenever an EXPECT_CALL() or ON_CALL() is executed on this mock
225 // ON_CALL/EXPECT_CALL has been invoked on it.
242 // The arguments are the location of the ON_CALL() statement.
251 // Gives each clause in the ON_CALL() statement a name.
260 // Asserts that the ON_CALL() statement has a certain property.
265 // Expects that the ON_CALL() statemen
1743 #define ON_CALL macro
[all...]

Completed in 75 milliseconds