Lines Matching refs:TEST
9 // Test the creation of ProxyServer using ProxyServer::FromURI, which parses
12 TEST(ProxyServerTest, FromURI) {
176 TEST(ProxyServerTest, DefaultConstructor) {
181 // Test parsing of the special URI form "direct://". Analagous to the "DIRECT"
183 TEST(ProxyServerTest, Direct) {
192 // Test parsing some invalid inputs.
193 TEST(ProxyServerTest, Invalid) {
215 // Test that LWS (SP | HT) is disregarded from the ends.
216 TEST(ProxyServerTest, Whitespace) {
230 // Test parsing a ProxyServer from a PAC representation.
231 TEST(ProxyServerTest, FromPACString) {
289 // Test parsing a ProxyServer from an invalid PAC representation.
290 TEST(ProxyServerTest, FromPACStringInvalid) {
304 TEST(ProxyServerTest, ComparatorAndEquality) {