Inheritance diagram for HttpDownloadAcceptance:


Definition at line 179 of file main-acceptance.cpp.
Public Member Functions | |
| void | setUp () |
| void | tearDown () |
| void | testDownloadHttpResourceAtOnce () |
Private Member Functions | |
| CPPUNIT_TEST_SUITE (HttpDownloadAcceptance) | |
| CPPUNIT_TEST (testDownloadHttpResourceAtOnce) | |
| CPPUNIT_TEST_SUITE_END () | |
Private Attributes | |
| auto_ptr< AcceptanceEnvironment > | environment |
| auto_ptr< CalitkoApplication > | calitko |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 189 of file main-acceptance.cpp. |
|
|
Definition at line 195 of file main-acceptance.cpp. |
|
|
SocketScript ideas: delay, command: DATA execution starts after connectToHost() is called. execution is terminated when disconnectFromHost() is called.
0 establish 0-1000 wait-read:---end-of-data--- GET /developers/peter/ HTTP/1.1 Another option would be to have two separate read and write scripts. We could run the acceptance tester once in recording mode and then simulate the exact same data flow. The recorded data should be manually examined for correctness... Definition at line 231 of file main-acceptance.cpp. |
|
|
Definition at line 186 of file main-acceptance.cpp. |
|
|
Definition at line 185 of file main-acceptance.cpp. |