HomeSort by relevance Sort by last modified time
    Searched defs:EXPECT_CALL (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/testing/include/gmock/
gmock-spec-builders.h 34 // This file implements the ON_CALL() and EXPECT_CALL() macros.
45 // A user can use the EXPECT_CALL() macro to specify an expectation on
48 // EXPECT_CALL(mock_object, Method(argument-matchers))
183 // whenever an EXPECT_CALL() or ON_CALL() is executed on this mock
226 // ON_CALL/EXPECT_CALL has been invoked on it.
444 // ON_CALL or EXPECT_CALL. In case mock_obj is leaked, this
459 // clause of EXPECT_CALL() for setting the (partial) order of
462 // Expectation e1 = EXPECT_CALL(...)...;
463 // EXPECT_CALL(...).After(e1)...;
487 // Expectation e = EXPECT_CALL(...)
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-spec-builders.h 34 // This file implements the ON_CALL() and EXPECT_CALL() macros.
45 // A user can use the EXPECT_CALL() macro to specify an expectation on
48 // EXPECT_CALL(mock_object, Method(argument-matchers))
186 // whenever an EXPECT_CALL() or ON_CALL() is executed on this mock
229 // ON_CALL/EXPECT_CALL has been invoked on it.
452 // ON_CALL or EXPECT_CALL. In case mock_obj is leaked, this
467 // clause of EXPECT_CALL() for setting the (partial) order of
470 // Expectation e1 = EXPECT_CALL(...)...;
471 // EXPECT_CALL(...).After(e1)...;
495 // Expectation e = EXPECT_CALL(...)
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-spec-builders.h 34 // This file implements the ON_CALL() and EXPECT_CALL() macros.
45 // A user can use the EXPECT_CALL() macro to specify an expectation on
48 // EXPECT_CALL(mock_object, Method(argument-matchers))
187 // whenever an EXPECT_CALL() or ON_CALL() is executed on this mock
230 // ON_CALL/EXPECT_CALL has been invoked on it.
452 // ON_CALL or EXPECT_CALL. In case mock_obj is leaked, this
467 // clause of EXPECT_CALL() for setting the (partial) order of
470 // Expectation e1 = EXPECT_CALL(...)...;
471 // EXPECT_CALL(...).After(e1)...;
495 // Expectation e = EXPECT_CALL(...)
    [all...]

Completed in 120 milliseconds