Searched refs:thenAction2 (Results 1 – 1 of 1) sorted by relevance
274 MockAction* thenAction2 = new MockAction{}; in TEST() local275 thenActions.push_back(std::unique_ptr<MockAction>{thenAction2}); in TEST()280 EXPECT_EQ(ifAction.getThenActions()[1].get(), thenAction2); in TEST()