Lines Matching defs:timeouTest
135 int timeouTest = req.GetTimeout();
136 EXPECT_EQ(timeouTest, HttpConstant::DEFAULT_READ_TIMEOUT);
143 int timeouTest = req.GetTimeout();
144 EXPECT_EQ(timeouTest, 1000);
151 int timeouTest = req.GetConnectTimeout();
152 EXPECT_EQ(timeouTest, HttpConstant::DEFAULT_CONNECT_TIMEOUT);
159 int timeouTest = req.GetConnectTimeout();
160 EXPECT_EQ(timeouTest, 1000);
167 int timeouTest = req.GetHttpProtocol();
168 EXPECT_EQ(timeouTest, HttpProtocol::HTTP_NONE);