Home
last modified time | relevance | path

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

/tonic/tonic-health/src/
H A Dserver.rs195 fn assert_serving_status(wire: i32, expected: ServingStatus) { in assert_serving_status() function
233 assert_serving_status(resp.status, ServingStatus::Serving); in test_service_check()
252 assert_serving_status(resp.status, ServingStatus::Unknown); in test_service_check()
265 assert_serving_status(resp.status, ServingStatus::Serving); in test_service_check()
285 assert_serving_status(item.status, ServingStatus::Serving); in test_service_watch()
311 assert_serving_status(item.status, ServingStatus::Unknown); in test_service_watch()
323 assert_serving_status(item.status, ServingStatus::NotServing); in test_service_watch()
334 assert_serving_status(item.status, ServingStatus::Serving); in test_service_watch()