Home
last modified time | relevance | path

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

/openbmc/telemetry/tests/src/
H A Dtest_sensor.cpp63 MockFunction<void()> checkPoint; member in TestSensor
208 EXPECT_CALL(checkPoint, Call()); in TEST_F()
217 checkPoint.Call(); in TEST_F()
H A Dtest_trigger_manager.cpp82 MockFunction<void(std::string)> checkPoint; member in TestTriggerManager
418 EXPECT_CALL(checkPoint, Call("end")); in TEST_F()
423 checkPoint.Call("end"); in TEST_F()
430 EXPECT_CALL(checkPoint, Call("end")); in TEST_F()
435 checkPoint.Call("end"); in TEST_F()
446 EXPECT_CALL(checkPoint, Call("end")); in TEST_F()
452 checkPoint.Call("end"); in TEST_F()
H A Dtest_report_manager.cpp50 MockFunction<void(std::string)> checkPoint; member in TestReportManager
476 EXPECT_CALL(checkPoint, Call("end")); in TEST_F()
481 checkPoint.Call("end"); in TEST_F()
488 EXPECT_CALL(checkPoint, Call("end")); in TEST_F()
493 checkPoint.Call("end"); in TEST_F()
504 EXPECT_CALL(checkPoint, Call("end")); in TEST_F()
510 checkPoint.Call("end"); in TEST_F()
H A Dtest_report.cpp75 MockFunction<void()> checkPoint; member in TestReport
738 EXPECT_CALL(checkPoint, Call()); in TEST_P()
744 checkPoint.Call(); in TEST_P()