Home
last modified time | relevance | path

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

/openbmc/telemetry/tests/src/
H A Dtest_trigger_manager.cpp76 MockFunction<void(std::string)> checkPoint; member in TestTriggerManager
412 EXPECT_CALL(checkPoint, Call("end")); in TEST_F()
417 checkPoint.Call("end"); in TEST_F()
424 EXPECT_CALL(checkPoint, Call("end")); in TEST_F()
429 checkPoint.Call("end"); in TEST_F()
440 EXPECT_CALL(checkPoint, Call("end")); in TEST_F()
446 checkPoint.Call("end"); in TEST_F()
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_report_manager.cpp42 MockFunction<void(std::string)> checkPoint; member in TestReportManager
464 EXPECT_CALL(checkPoint, Call("end")); in TEST_F()
469 checkPoint.Call("end"); in TEST_F()
476 EXPECT_CALL(checkPoint, Call("end")); in TEST_F()
481 checkPoint.Call("end"); in TEST_F()
492 EXPECT_CALL(checkPoint, Call("end")); in TEST_F()
498 checkPoint.Call("end"); in TEST_F()
H A Dtest_report.cpp68 MockFunction<void()> checkPoint; member in TestReport
677 EXPECT_CALL(checkPoint, Call()); in TEST_P()
682 checkPoint.Call(); in TEST_P()