Home | History | Annotate | Download | only in test

Lines Matching refs:ActionInterface

55 using testing::ActionInterface;
369 class SubstractAction : public ActionInterface<int(int, int)> { // NOLINT