Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dnot_action_tests.cpp38 NotAction notAction{std::make_unique<MockAction>()}; in TEST() local
39 EXPECT_NE(notAction.getAction().get(), nullptr); in TEST()
57 NotAction notAction{std::move(action)}; in TEST() local
58 notAction.execute(env); in TEST()
72 NotAction notAction{std::move(action)}; in TEST() local
73 EXPECT_EQ(notAction.execute(env), false); in TEST()
86 NotAction notAction{std::move(action)}; in TEST() local
87 EXPECT_EQ(notAction.execute(env), true); in TEST()
99 EXPECT_EQ(notAction.getAction().get(), action); in TEST()
104 NotAction notAction{std::make_unique<MockAction>()}; in TEST() local
[all …]