Part of elisa.plugins.http_client.tests
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 40 | Class | DummyHttpServerOtherResource | Undocumented |
| 70 | Class | DummyHttpServerFattyResource | Undocumented |
| 88 | Class | DummyHttpServerRedirectResource | Undocumented |
| 123 | Class | DummyHttpServerOtherResourceCrash | Undocumented |
| 145 | Class | DummyHttpServerRootResource | Undocumented |
| 180 | Class | DummyHttpServerRequest | A site with all the resources that need to be served by our test server. |
| 186 | Class | SetupServerMixin | A test HTTP server that listens on a given port and serves our test |
| 203 | Class | TestElisaHttpClientConnection | This test case tests basic connection operations on the ElisaHttpClient |
| 253 | Class | TestElisaHttpClientConnectionTerminate | This test case tests basic connection operations on the ElisaHttpClient |
| 281 | Class | TestElisaHttpClientConnectionClosed | This test case tests basic connection operations on the ElisaHttpClient |
| 301 | Class | TestElisaHttpClientConnectionError | This test case tests connection errors on the ElisaHttpClient class. |
| 321 | Class | TestElisaHttpClientConnectionNoServer | This test case tests the behaviour of the ElisaHttpClient when there is no |
| 341 | Class | TestElisaHttpClientNoPipelining | This test case tests the ElisaHttpClient class with no pipelining. |
| 476 | Class | TestElisaHttpClientPipelining | This test case tests the ElisaHttpClient class with pipelining. |
| 765 | Class | TestElisaHttpClientPipeliningErrors | This test case tests the ElisaHttpClient class with pipelining errors. |
| 830 | Class | TestElisaHttpClientMethods | This test case tests the ElisaHttpClient class on other methods than GET |
| 890 | Class | TestMultipleElisaHttpClients | This test case tests the interaction of two instances of ElisaHttpClient. |
| 936 | Class | TestElisaAdvancedHttpClient | This test case tests the ElisaAdvancedHttpClient class on HTTP |