Package cherrypy :: Package test :: Module test_proxy :: Class ProxyTest
[hide private]
[frames] | no frames]

Class ProxyTest

source code

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

Nested Classes [hide private]

Inherited from webtest.WebCase: HTTP_CONN

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
testProxy(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, set_persistent

Inherited from unittest.TestCase: __init__, __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 object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables [hide private]

Inherited from helper.CPWebCase: scheme, script_name

Inherited from webtest.WebCase: HOST, PORT, PROTOCOL, console_height, interactive

Properties [hide private]

Inherited from webtest.WebCase: persistent

Inherited from object: __class__