Home
last modified time | relevance | path

Searched refs:expectedResponseBody (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/kits/net/service/
H A DHttpTest.cpp40 TestListener(const std::string& expectedResponseBody, in TestListener() argument
43 fExpectedResponseBody(expectedResponseBody), in TestListener()
125 const std::string& expectedResponseBody, in SendAuthenticatedRequest() argument
128 TestListener listener(expectedResponseBody, expectedResponseHeaders); in SendAuthenticatedRequest()
218 std::string expectedResponseBody(""); in HeadTest() local
226 TestListener listener(expectedResponseBody, expectedResponseHeaders); in HeadTest()
266 std::string expectedResponseBody(""); in NoContentTest() local
271 TestListener listener(expectedResponseBody, expectedResponseHeaders); in NoContentTest()
316 std::string expectedResponseBody( in ProxyTest() local
335 TestListener listener(expectedResponseBody, expectedResponseHeaders); in ProxyTest()
[all …]