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
193 // Tests that a method with expanded name compiles.
199 // Tests that the method with expanded name not only compiles but runs
207 // Tests that a method with expanded name compiles.
221 #undef Method // Done with macro redefinition tests.
249 .With(_)
258 .With(_)
259 .With(_)
261 }, ".With() cannot appear more than once in an ON_CALL()");
311 .With(_)
320 .With(_)
321 .With(_);
322 }, ".With() cannot appear more than once in an EXPECT_CALL()");
333 .With(_);
334 }, ".With() must be the first clause in an EXPECT_CALL()");
341 .With(_);
342 }, ".With() must be the first clause in an EXPECT_CALL()");
1054 // Tests that Google Mock explains that an expectation with
1094 // with (.|\n).
1406 Expectation e3 = EXPECT_CALL(a, DoA(3)).With(_);
1657 // .After() can be combined with .InSequence().
1810 // Suppresses warning on unreferenced formal parameter in MSVC with