Part of elisa.plugins.http_client.tests
Line # | Kind | Name | Docs |
---|---|---|---|
42 | Class | DummyHttpServerOtherResource | Undocumented |
72 | Class | DummyHttpServerFattyResource | Undocumented |
90 | Class | DummyHttpServerRedirectResource | Undocumented |
125 | Class | DummyHttpServerOtherResourceCrash | Undocumented |
147 | Class | DummyHttpServerRootResource | Undocumented |
182 | Class | DummyHttpServerRequest | A site with all the resources that need to be served by our test server. |
188 | Class | SetupServerMixin | A test HTTP server that listens on a given port and serves our test |
202 | Class | RawDataProtocol | Undocumented |
261 | Class | RawDataFactory | Factory for HTTP server. |
275 | Class | TestElisaHttpClientRawData | Tests that need the RawServer as they try to ensure the right behaviour |
383 | Class | TestElisaHttpClientConnection | This test case tests basic connection operations on the ElisaHttpClient |
433 | Class | TestElisaHttpClientConnectionTerminate | This test case tests basic connection operations on the ElisaHttpClient |
461 | Class | TestElisaHttpClientConnectionClosed | This test case tests basic connection operations on the ElisaHttpClient |
481 | Class | TestElisaHttpClientConnectionError | This test case tests connection errors on the ElisaHttpClient class. |
501 | Class | TestElisaHttpClientConnectionNoServer | This test case tests the behaviour of the ElisaHttpClient when there is no |
521 | Class | TestElisaHttpClientNoPipelining | This test case tests the ElisaHttpClient class with no pipelining. |
656 | Class | TestElisaHttpClientPipelining | This test case tests the ElisaHttpClient class with pipelining. |
945 | Class | TestElisaHttpClientPipeliningErrors | This test case tests the ElisaHttpClient class with pipelining errors. |
1010 | Class | TestElisaHttpClientMethods | This test case tests the ElisaHttpClient class on other methods than GET |
1070 | Class | TestMultipleElisaHttpClients | This test case tests the interaction of two instances of ElisaHttpClient. |
1116 | Class | TestElisaAdvancedHttpClient | This test case tests the ElisaAdvancedHttpClient class on HTTP |