Home
last modified time | relevance | path

Searched refs:SubtractAction (Results 1 – 1 of 1) sorted by relevance

/external/googletest/googlemock/test/
Dgmock-actions_test.cc1071 class SubtractAction : public ActionInterface<int(int, int)> { class
1080 WithArgs<2, 1>(MakeAction(new SubtractAction)); in TEST()