Part of canonical.launchpad.webapp.tests.test_servers View In Hierarchy
| Class | VHostTestBrowserRequest | Undocumented |
| Class | VHostTestPublication | Undocumented |
| Method | setUp | Undocumented |
| Method | wsgi_env | Simulate a WSGI application environment. |
| Method | api_path | Requests to this path should be treated as webservice requests. |
| Method | non_api_path | Requests to this path should not be treated as webservice requests. |
| Method | test_factory_produces_webservice_objects | The factory should produce WebService request and publication |
| Method | test_factory_produces_normal_request_objects | The factory should return the request and publication factories |
| Method | test_factory_processes_webservice_http_methods | The factory should accept the HTTP methods for requests that |
| Method | test_factory_rejects_normal_http_methods | The factory should reject some HTTP methods for requests that |
| Method | test_factory_understands_webservice_paths | The factory should know if a path is directed at a web service |