Home
last modified time | relevance | path

Searched refs:thenAction2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dif_action_tests.cpp274 MockAction* thenAction2 = new MockAction{}; in TEST() local
275 thenActions.push_back(std::unique_ptr<MockAction>{thenAction2}); in TEST()
280 EXPECT_EQ(ifAction.getThenActions()[1].get(), thenAction2); in TEST()