Searched defs:ComponentCase (Results 1 – 2 of 2) sorted by relevance
44 struct ComponentCase { struct45 const char* url;46 const char* protocol;47 const char* host;48 const int port;49 const char* user;50 const char* pass;51 const char* lastPath;52 const char* query;53 const char* ref;
30 struct ComponentCase { struct31 const char* input;32 const char* expected;33 Component expected_component;34 bool expected_success;