Protocols::Http::Testing::SingleHostClientHttpSessionTest Class Reference
Inherits
TestFixture.
Inheritance diagram for Protocols::Http::Testing::SingleHostClientHttpSessionTest:
[legend]Collaboration diagram for Protocols::Http::Testing::SingleHostClientHttpSessionTest:
[legend]List of all members.
Detailed Description
Tests for class
ClientHttpSession.
- Todo:
- Together with a RangeBodyReader/MultibyteRangexBodyReader we should make sure their Data objects are handled accordingly
Definition at line 42 of file SingleHostClientHttpSessionTest.cpp.
Constructor & Destructor Documentation
| Protocols::Http::Testing::SingleHostClientHttpSessionTest::SingleHostClientHttpSessionTest |
( |
|
) |
[inline] |
|
Member Function Documentation
| Protocols::Http::Testing::SingleHostClientHttpSessionTest::CPPUNIT_TEST |
( |
testReceiveBodyEnd |
|
) |
[private] |
|
| Protocols::Http::Testing::SingleHostClientHttpSessionTest::CPPUNIT_TEST |
( |
testReceiveResponseBodyChunk |
|
) |
[private] |
|
| Protocols::Http::Testing::SingleHostClientHttpSessionTest::CPPUNIT_TEST |
( |
testReceiveResponseHeaderForGetRequest |
|
) |
[private] |
|
| Protocols::Http::Testing::SingleHostClientHttpSessionTest::CPPUNIT_TEST |
( |
testSendGetRequestHeader |
|
) |
[private] |
|
| Protocols::Http::Testing::SingleHostClientHttpSessionTest::CPPUNIT_TEST |
( |
testAbortHttpSessionAbortsTheUnderlyingSession |
|
) |
[private] |
|
| Protocols::Http::Testing::SingleHostClientHttpSessionTest::CPPUNIT_TEST |
( |
testCloseHttpSessionClosesTheUnderlyingSession |
|
) |
[private] |
|
| Protocols::Http::Testing::SingleHostClientHttpSessionTest::CPPUNIT_TEST |
( |
testOpenHttpSessionOpensTheUnderlyingSession |
|
) |
[private] |
|
| Protocols::Http::Testing::SingleHostClientHttpSessionTest::CPPUNIT_TEST |
( |
testCreateRequestHeaderFromUriWithoutPathWithQueryWithPort |
|
) |
[private] |
|
| Protocols::Http::Testing::SingleHostClientHttpSessionTest::CPPUNIT_TEST |
( |
testCreateRequestHeaderFromUriWithoutPathWithoutQuery |
|
) |
[private] |
|
| Protocols::Http::Testing::SingleHostClientHttpSessionTest::CPPUNIT_TEST |
( |
testCreateRequestHeaderFromUriWithPathWithQuery |
|
) |
[private] |
|
| Protocols::Http::Testing::SingleHostClientHttpSessionTest::CPPUNIT_TEST |
( |
testCreateRequestHeaderFromUriWithPathWithoutQuery |
|
) |
[private] |
|
| Protocols::Http::Testing::SingleHostClientHttpSessionTest::CPPUNIT_TEST_SUITE_END |
( |
|
) |
[private] |
|
| void Protocols::Http::Testing::SingleHostClientHttpSessionTest::refCreateRequestHeader |
( |
const QByteArray & |
unencodedUri, |
|
|
const QByteArray & |
httpMethod, |
|
|
const QByteArray & |
path, |
|
|
const QByteArray & |
host |
|
) |
[inline] |
|
| void Protocols::Http::Testing::SingleHostClientHttpSessionTest::refReceiveBodyEnd |
( |
const BodyEnd & |
bodyEnd |
) |
[inline] |
|
| void Protocols::Http::Testing::SingleHostClientHttpSessionTest::refReceiveResponseBodyChunk |
( |
const RawData & |
chunk |
) |
[inline] |
|
| void Protocols::Http::Testing::SingleHostClientHttpSessionTest::refReceiveResponseHeader |
( |
const ResponseHeader & |
response |
) |
[inline] |
|
| void Protocols::Http::Testing::SingleHostClientHttpSessionTest::refSendGetRequest |
( |
const Uri & |
uri |
) |
[inline] |
|
| void Protocols::Http::Testing::SingleHostClientHttpSessionTest::setUp |
( |
|
) |
[inline] |
|
| void Protocols::Http::Testing::SingleHostClientHttpSessionTest::tearDown |
( |
|
) |
[inline] |
|
| void Protocols::Http::Testing::SingleHostClientHttpSessionTest::testAbortHttpSessionAbortsTheUnderlyingSession |
( |
|
) |
[inline] |
|
| void Protocols::Http::Testing::SingleHostClientHttpSessionTest::testCloseHttpSessionClosesTheUnderlyingSession |
( |
|
) |
[inline] |
|
| void Protocols::Http::Testing::SingleHostClientHttpSessionTest::testCreateRequestHeaderFromUriWithoutPathWithoutQuery |
( |
|
) |
[inline] |
|
| void Protocols::Http::Testing::SingleHostClientHttpSessionTest::testCreateRequestHeaderFromUriWithoutPathWithQueryWithPort |
( |
|
) |
[inline] |
|
| void Protocols::Http::Testing::SingleHostClientHttpSessionTest::testCreateRequestHeaderFromUriWithPathWithoutQuery |
( |
|
) |
[inline] |
|
| void Protocols::Http::Testing::SingleHostClientHttpSessionTest::testCreateRequestHeaderFromUriWithPathWithQuery |
( |
|
) |
[inline] |
|
| void Protocols::Http::Testing::SingleHostClientHttpSessionTest::testOpenHttpSessionOpensTheUnderlyingSession |
( |
|
) |
[inline] |
|
| void Protocols::Http::Testing::SingleHostClientHttpSessionTest::testReceiveBodyEnd |
( |
|
) |
[inline] |
|
| void Protocols::Http::Testing::SingleHostClientHttpSessionTest::testReceiveResponseBodyChunk |
( |
|
) |
[inline] |
|
| void Protocols::Http::Testing::SingleHostClientHttpSessionTest::testReceiveResponseHeaderForGetRequest |
( |
|
) |
[inline] |
|
| void Protocols::Http::Testing::SingleHostClientHttpSessionTest::testSendGetRequestHeader |
( |
|
) |
[inline] |
|
Member Data Documentation
The documentation for this class was generated from the following file: