Home
last modified time | relevance | path

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

/openbmc/telemetry/tests/src/
H A Dtest_on_change_threshold.cpp23 TriggerActionMock& actionMock = *actionMockPtr; member in TestOnChangeThreshold
63 EXPECT_CALL(actionMock, commit(_, _, _, _, _)).Times(0); in TEST_F()
74 EXPECT_CALL(actionMock, commit(_, _, _, _, _)).Times(0); in TEST_F()
142 EXPECT_CALL(actionMock, in TEST_P()
H A Dtest_discrete_threshold.cpp24 TriggerActionMock& actionMock = *actionMockPtr; member in TestDiscreteThreshold
73 EXPECT_CALL(actionMock, commit(_, _, _, _, _)).Times(0); in TEST_F()
227 EXPECT_CALL(actionMock, in testBodySensorIsUpdatedMultipleTimes()
H A Dtest_numeric_threshold.cpp23 TriggerActionMock& actionMock = *actionMockPtr; member in TestNumericThreshold
72 EXPECT_CALL(actionMock, commit(_, _, _, _, _)).Times(0); in TEST_F()
203 EXPECT_CALL(actionMock, in testBodySensorIsUpdatedMultipleTimes()