Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-execute.c109 Manager *m, Unit *unit, ServiceResult result_expected) { in check_service_result() argument
119 if (service->result != result_expected) { in check_service_result()
123 service_result_to_string(result_expected)); in check_service_result()
220 Manager *m, const char *unit_name, ServiceResult result_expected) { in _test_service() argument
227 check_service_result(file, line, func, m, unit, result_expected); in _test_service()
229 #define test_service(m, unit_name, result_expected) \ argument
230 _test_service(PROJECT_FILE, __LINE__, __func__, m, unit_name, result_expected)