Searched defs:EXPECT_CALL (Results 1 - 4 of 4) sorted by relevance
/external/google-breakpad/src/testing/include/gmock/ |
H A D | 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( 1772 #define EXPECT_CALL macro [all...] |
/external/googletest/googlemock/include/gmock/ |
H A D | 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. 453 // ON_CALL or EXPECT_CALL. In case mock_obj is leaked, this 468 // clause of EXPECT_CALL() for setting the (partial) order of 471 // Expectation e1 = EXPECT_CALL(...)...; 472 // EXPECT_CALL(...).After(e1)...; 496 // Expectation e = EXPECT_CALL( 1848 #define EXPECT_CALL macro [all...] |
/external/v8/testing/gmock/include/gmock/ |
H A D | 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( 1845 #define EXPECT_CALL macro [all...] |
/external/fmtlib/test/gmock/ |
H A D | gmock.h | 52 // EXPECT_CALL(mock_object.Method(...)) 1348 // EXPECT_CALL(mock, Method(_)).WillOnce(Return(x)); 1355 // need to make sure that the type conversion happens inside the EXPECT_CALL 3190 // EXPECT_CALL(mock, Foo(_, _)) 4621 // This file implements the ON_CALL() and EXPECT_CALL() macros. 4632 // A user can use the EXPECT_CALL() macro to specify an expectation on 4635 // EXPECT_CALL(mock_object, Method(argument-matchers)) 4962 // EXPECT_CALL(foo, Bar(5)) instead of EXPECT_CALL(foo, Bar(Eq(5))) sometimes 8623 // EXPECT_CALL(fo 10354 #define EXPECT_CALL macro [all...] |
Completed in 820 milliseconds