Lines Matching full:actioninterface
50 using testing::ActionInterface;
369 // Tests that ActionInterface can be implemented by defining the
374 class MyActionImpl : public ActionInterface<MyGlobalFunction> {
398 // ActionInterface<F>.
403 // Tests that Action<F> delegates actual work to ActionInterface<F>.
438 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT