Home | History | Annotate | Download | only in test

Lines Matching defs:interceptor

59   URLRequestPostInterceptor* interceptor =
61 EXPECT_TRUE(interceptor);
73 EXPECT_EQ(1, interceptor->GetCount()) << interceptor->GetRequestsAsString();
75 interceptor->GetRequests()[0].find(
78 << interceptor->GetRequestsAsString();
79 interceptor->Reset();
91 EXPECT_EQ(1, interceptor->GetCount()) << interceptor->GetRequestsAsString();
93 interceptor->GetRequests()[0].find(
96 << interceptor->GetRequestsAsString();
97 interceptor->Reset();
119 EXPECT_EQ(1, interceptor->GetCount()) << interceptor->GetRequestsAsString();
121 interceptor->GetRequests()[0].find(
128 << interceptor->GetRequestsAsString();
129 interceptor->Reset();
159 EXPECT_EQ(1, interceptor->GetCount()) << interceptor->GetRequestsAsString();
162 interceptor->GetRequests()[0].find(
171 << interceptor->GetRequestsAsString();
172 interceptor->Reset();