MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / test_method_str

Function test_method_str

libs/qhttpserver/http-parser/test.c:3038–3043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3036}
3037
3038void
3039test_method_str (void)
3040{
3041 assert(0 == strcmp("GET", http_method_str(HTTP_GET)));
3042 assert(0 == strcmp("<unknown>", http_method_str(1337)));
3043}
3044
3045void
3046test_message (const struct message *message)

Callers 1

mainFunction · 0.85

Calls 1

http_method_strFunction · 0.85

Tested by

no test coverage detected