Searched refs:thenAction1 (Results 1 – 1 of 1) sorted by relevance
271 MockAction* thenAction1 = new MockAction{}; in TEST() local272 thenActions.push_back(std::unique_ptr<MockAction>{thenAction1}); in TEST()279 EXPECT_EQ(ifAction.getThenActions()[0].get(), thenAction1); in TEST()