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

  /external/chromium/testing/gmock/include/gmock/
gmock-more-actions.h 112 // WithoutArgs(inner_action) can be used in a mock function with a
118 WithoutArgs(const InnerAction& action) {
  /external/chromium/testing/gmock/test/
gmock_link_test.h 57 // WithoutArgs
178 using testing::WithoutArgs;
370 // Tests the linkage of the WithoutArgs action.
374 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(WithoutArgs(Return()));
gmock-more-actions_test.cc 68 using testing::WithoutArgs;
470 // Tests using WithoutArgs with an action that takes no argument.
472 Action<int(int n)> a = WithoutArgs(Invoke(Nullary)); // NOLINT

Completed in 63 milliseconds