Lines Matching refs:ActionInterface
57 using testing::ActionInterface;
323 // Tests that ActionInterface can be implemented by defining the
328 class MyActionImpl : public ActionInterface<MyFunction> {
352 // ActionInterface<F>.
357 // Tests that Action<F> delegates actual work to ActionInterface<F>.
392 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT