Searched defs:HttpPostTest (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/copresence/rpc/
H A Dhttp_post_unittest.cc29 class HttpPostTest : public testing::Test { class in namespace:copresence
31 HttpPostTest() function in class:copresence::HttpPostTest
38 virtual ~HttpPostTest() {}
55 pending_post_->Start(base::Bind(&HttpPostTest::TestResponseCallback,
99 TEST_F(HttpPostTest, OKResponse) {
107 post->Start(base::Bind(&HttpPostTest::TestResponseCallback,
133 TEST_F(HttpPostTest, ErrorResponse) {

Completed in 236 milliseconds