Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dif_action_tests.cpp271 MockAction* thenAction1 = new MockAction{}; in TEST() local
272 thenActions.push_back(std::unique_ptr<MockAction>{thenAction1}); in TEST()
279 EXPECT_EQ(ifAction.getThenActions()[0].get(), thenAction1); in TEST()