Searched refs:NON_EXISTING_PATH (Results 1 – 1 of 1) sorted by relevance
401 #define NON_EXISTING_PATH "/this_path_is_not_registered" in ZTEST() macro412 res = CHECK_PATH(service_E, NON_EXISTING_PATH, &len); in ZTEST()414 zassert_equal(len, strlen(NON_EXISTING_PATH), "Length incorrect"); in ZTEST()418 res = CHECK_PATH(service_E, NON_EXISTING_PATH "?param=value", &len); in ZTEST()420 zassert_equal(len, strlen(NON_EXISTING_PATH), "Length incorrect"); in ZTEST()