HomeSort by relevance Sort by last modified time
    Searched refs:naggy (Results 1 - 2 of 2) sorted by null

  /external/v8/testing/gmock/test/
gmock-nice-strict_test.cc 258 // Tests that a naggy mock generates warnings for uninteresting calls.
274 // Tests that a naggy mock generates a warning for an uninteresting call
295 // Tests that a naggy mock allows expected calls.
303 // Tests that an unexpected call on a naggy mock fails.
343 NaggyMock< ::Mock> naggy; local
344 EXPECT_CALL(naggy, DoThis());
345 naggy.DoThis();
  /external/googletest/googlemock/test/
gmock-nice-strict_test.cc 280 // Tests that a naggy mock generates warnings for uninteresting calls.
296 // Tests that a naggy mock generates a warning for an uninteresting call
317 // Tests that a naggy mock allows expected calls.
325 // Tests that an unexpected call on a naggy mock fails.
365 NaggyMock< ::Mock> naggy; local
366 EXPECT_CALL(naggy, DoThis());
367 naggy.DoThis();

Completed in 771 milliseconds