Searched refs:actionMock (Results 1 – 3 of 3) sorted by relevance
/openbmc/telemetry/tests/src/ |
H A D | test_on_change_threshold.cpp | 23 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 D | test_discrete_threshold.cpp | 24 TriggerActionMock& actionMock = *actionMockPtr; member in TestDiscreteThreshold 73 EXPECT_CALL(actionMock, commit(_, _, _, _, _)).Times(0); in TEST_F() 227 EXPECT_CALL(actionMock, in testBodySensorIsUpdatedMultipleTimes()
|
H A D | test_numeric_threshold.cpp | 23 TriggerActionMock& actionMock = *actionMockPtr; member in TestNumericThreshold 72 EXPECT_CALL(actionMock, commit(_, _, _, _, _)).Times(0); in TEST_F() 203 EXPECT_CALL(actionMock, in testBodySensorIsUpdatedMultipleTimes()
|