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 |
200 | Class | RawDataProtocol | Undocumented |
259 | Class | RawDataFactory | Factory for HTTP server. |
273 | Class | TestElisaHttpClientRawData | Tests that need the RawServer as they try to ensure the right behaviour |
381 | Class | TestElisaHttpClientConnection | This test case tests basic connection operations on the ElisaHttpClient |
431 | Class | TestElisaHttpClientConnectionTerminate | This test case tests basic connection operations on the ElisaHttpClient |
459 | Class | TestElisaHttpClientConnectionClosed | This test case tests basic connection operations on the ElisaHttpClient |
479 | Class | TestElisaHttpClientConnectionError | This test case tests connection errors on the ElisaHttpClient class. |
499 | Class | TestElisaHttpClientConnectionNoServer | This test case tests the behaviour of the ElisaHttpClient when there is no |
519 | Class | TestElisaHttpClientNoPipelining | This test case tests the ElisaHttpClient class with no pipelining. |
654 | Class | TestElisaHttpClientPipelining | This test case tests the ElisaHttpClient class with pipelining. |
943 | Class | TestElisaHttpClientPipeliningErrors | This test case tests the ElisaHttpClient class with pipelining errors. |
1008 | Class | TestElisaHttpClientMethods | This test case tests the ElisaHttpClient class on other methods than GET |
1068 | Class | TestMultipleElisaHttpClients | This test case tests the interaction of two instances of ElisaHttpClient. |
1114 | Class | TestElisaAdvancedHttpClient | This test case tests the ElisaAdvancedHttpClient class on HTTP |