Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/test/
H A Drule_tests.cpp108 MockAction* action2 = new MockAction{}; in TEST() local
109 actions.push_back(std::unique_ptr<MockAction>{action2}); in TEST()
114 EXPECT_EQ(rule.getActions()[1].get(), action2); in TEST()
H A Dpresence_detection_tests.cpp282 MockAction* action2 = new MockAction{}; in TEST() local
283 actions.emplace_back(std::unique_ptr<MockAction>{action2}); in TEST()
288 EXPECT_EQ(detection.getActions()[1].get(), action2); in TEST()
H A Dsensor_monitoring_tests.cpp356 MockAction* action2 = new MockAction{}; in TEST() local
357 actions.push_back(std::unique_ptr<MockAction>{action2}); in TEST()
362 EXPECT_EQ(sensorMonitoring.getActions()[1].get(), action2); in TEST()
H A Dphase_fault_detection_tests.cpp737 MockAction* action2 = new MockAction{}; in TEST_F() local
738 actions.push_back(std::unique_ptr<MockAction>{action2}); in TEST_F()
743 EXPECT_EQ(detection.getActions()[1].get(), action2); in TEST_F()
H A Dconfiguration_tests.cpp497 MockAction* action2 = new MockAction{}; in TEST() local
498 actions.push_back(std::unique_ptr<MockAction>{action2}); in TEST()
503 EXPECT_EQ(configuration.getActions()[1].get(), action2); in TEST()
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dand_action_tests.cpp159 MockAction* action2 = new MockAction{}; in TEST() local
160 actions.push_back(std::unique_ptr<MockAction>{action2}); in TEST()
165 EXPECT_EQ(andAction.getActions()[1].get(), action2); in TEST()
H A Dor_action_tests.cpp160 MockAction* action2 = new MockAction{}; in TEST() local
161 actions.push_back(std::unique_ptr<MockAction>{action2}); in TEST()
166 EXPECT_EQ(orAction.getActions()[1].get(), action2); in TEST()