Lines Matching defs:testCase
43 const UriTestCase testCase("x://y", "x", "y", -1, "/"); in TEST() local
48 const UriTestCase testCase("x://y:1", "x", "y", 1, "/"); in TEST() local
63 const UriTestCase testCase("x://y/", "x", "y", -1, "/"); in TEST() local
68 const UriTestCase testCase("x://y:1/", "x", "y", 1, "/"); in TEST() local
73 const UriTestCase testCase("x://y/abc/def/xyz", "x", "y", -1, "/abc/def/xyz"); in TEST() local
78 const UriTestCase testCase("connect://192.168.100.132:5432/", "connect", in TEST() local
84 const UriTestCase testCase( in TEST() local
91 const UriTestCase testCase("connect://[192.168.100.132]:5432/", "connect", in TEST() local
107 const UriTestCase testCase("connect://[192.168.100.132]", "connect", in TEST() local
114 const UriTestCase testCase("connect://[192.168.100.132:1234]", "connect", in TEST() local
121 const UriTestCase testCase( in TEST() local
128 const UriTestCase testCase("connect://[192.168.100.132:5555]:1234", "connect", in TEST() local
134 const UriTestCase testCase("x:/y"); in TEST() local
139 const UriTestCase testCase("x:y"); in TEST() local
144 const UriTestCase testCase("x//y"); in TEST() local
149 const UriTestCase testCase("x/y"); in TEST() local
154 const UriTestCase testCase("x://y:a/"); in TEST() local
159 const UriTestCase testCase("x://y:5432a/"); in TEST() local
164 const UriTestCase testCase(""); in TEST() local
169 const UriTestCase testCase("x://" in TEST() local