Home | History | Annotate | Download | only in test

Lines Matching refs:With

4 // Redistribution and use in source and binary forms, with or without
12 // in the documentation and/or other materials provided with the
182 // Tests that a method with expanded name compiles.
188 // Tests that the method with expanded name not only compiles but runs
196 // Tests that a method with expanded name compiles.
210 #undef Method // Done with macro redefinition tests.
238 .With(_)
247 .With(_)
248 .With(_)
250 }, ".With() cannot appear more than once in an ON_CALL()");
300 .With(_)
309 .With(_)
310 .With(_);
311 }, ".With() cannot appear more than once in an EXPECT_CALL()");
322 .With(_);
323 }, ".With() must be the first clause in an EXPECT_CALL()");
330 .With(_);
331 }, ".With() must be the first clause in an EXPECT_CALL()");
1042 // Tests that Google Mock explains that an expectation with
1082 // with (.|\n).
1361 Expectation e3 = EXPECT_CALL(a, DoA(3)).With(_);
1544 // death tests. Therefore we have to match with an empty regular
1573 // .After() can be combined with .InSequence().
1717 // Suppresses warning on unreferenced formal parameter in MSVC with