Package cherrypy :: Package test :: Module test_core :: Class CoreRequestHandlingTest
[hide private]
[frames] | no frames]

Class CoreRequestHandlingTest

source code

       object --+            
                |            
unittest.TestCase --+        
                    |        
      webtest.WebCase --+    
                        |    
         helper.CPWebCase --+
                            |
                           CoreRequestHandlingTest

Nested Classes [hide private]

Inherited from webtest.WebCase: HTTP_CONN

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
testParams(self) source code
 
testParamErrors(self) source code
 
testStatus(self) source code
 
testSlashes(self) source code
 
testRedirect(self) source code
 
test_InternalRedirect(self) source code
 
testFlatten(self) source code
 
testErrorHandling(self) source code
 
testRanges(self) source code
 
testExpect(self) source code
 
testHeaderElements(self) source code
 
testHeaders(self) source code
 
test_basic_HTTPMethods(self) source code
 
test_CONNECT_method(self) source code
 
testFavicon(self) source code
 
testCookies(self) source code
 
testMaxRequestSize(self) source code
 
testEmptyThreadlocals(self) source code
 
testDefaultContentType(self) source code
 
test_cherrypy_url(self) source code
 
test_expose_decorator(self) source code

Inherited from helper.CPWebCase: assertErrorPage, base, exit, getPage, prefix, tearDown

Inherited from webtest.WebCase: __call__, assertBody, assertHeader, assertInBody, assertMatchesBody, assertNoHeader, assertNotInBody, assertStatus, interface, set_persistent

Inherited from unittest.TestCase: __eq__, __hash__, __init__, __ne__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertFalse, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertRaises, assertTrue, assert_, countTestCases, debug, defaultTestResult, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, setUp, shortDescription

Inherited from unittest.TestCase (private): _exc_info

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]

Inherited from helper.CPWebCase: scheme, script_name

Inherited from webtest.WebCase: HOST, PORT, PROTOCOL, body, console_height, headers, interactive, status, time, url

Properties [hide private]

Inherited from webtest.WebCase: persistent

Inherited from object: __class__