Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dif_action_tests.cpp91 std::unique_ptr<MockAction> thenAction; in TEST() local
94 thenAction = std::make_unique<MockAction>(); in TEST()
95 EXPECT_CALL(*thenAction, execute) in TEST()
98 thenActions.push_back(std::move(thenAction)); in TEST()
101 thenAction = std::make_unique<MockAction>(); in TEST()
102 EXPECT_CALL(*thenAction, execute).Times(0); in TEST()
103 thenActions.push_back(std::move(thenAction)); in TEST()
126 thenActions.push_back(std::move(thenAction)); in TEST()
183 EXPECT_CALL(*thenAction, execute).Times(0); in TEST()
212 EXPECT_CALL(*thenAction, execute).Times(0); in TEST()
[all …]