Searched refs:WithoutArgs (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h130 // WithoutArgs(inner_action) can be used in a mock function with a
136 WithoutArgs(const InnerAction& action) { function in namespace:testing
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock_link_test.h56 // WithoutArgs
183 using testing::WithoutArgs;
375 // Tests the linkage of the WithoutArgs action.
379 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(WithoutArgs(Return()));
H A Dgmock-more-actions_test.cc67 using testing::WithoutArgs;
475 // Tests using WithoutArgs with an action that takes no argument.
477 Action<int(int n)> a = WithoutArgs(Invoke(Nullary)); // NOLINT
H A Dgmock-actions_test.cc1354 a = testing::WithoutArgs([]() { return 7; });

Completed in 60 milliseconds