def google.appengine.tools.devappserver2.gcs_server_test.GCSTest.expect_dispatch |
( |
|
self, |
|
|
|
method, |
|
|
|
headers, |
|
|
|
path, |
|
|
|
body, |
|
|
|
result |
|
) |
| |
Setup a mox expectation to gcs_dispatch.dispatch.
def google.appengine.tools.devappserver2.gcs_server_test.GCSTest.test_dispatch |
( |
|
self | ) |
|
Tests that dispatch stub is called with the correct parameters.
def google.appengine.tools.devappserver2.gcs_server_test.GCSTest.test_dispatch_value_error |
( |
|
self | ) |
|
Tests that ValueError raised by dispatch stub is handled properly.
def google.appengine.tools.devappserver2.gcs_server_test.GCSTest.test_http_308 |
( |
|
self | ) |
|
Tests that the non-standard HTTP 308 status code is handled properly.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/tools/devappserver2/gcs_server_test.py