Package twisted :: Package test :: Module test_http :: Class HTTPLoopbackTestCase
[show private | hide private]
[frames | no frames]

Class HTTPLoopbackTestCase

TestCase --+
           |
          HTTPLoopbackTestCase


Method Summary
  assert_(self, condition, message)
(inherited from TestCase)
  assertApproximates(self, first, second, tolerance, msg)
(inherited from TestCase)
  assertEqual(self, first, second, msg)
(inherited from TestCase)
  assertEquals(self, first, second, msg)
(inherited from TestCase)
  assertNotEqual(self, first, second, msg)
(inherited from TestCase)
  assertNotEquals(self, first, second, msg)
(inherited from TestCase)
  assertRaises(self, exception, f, *args, **kwargs)
(inherited from TestCase)
  fail(self, message)
(inherited from TestCase)
  failIf(self, condition, message)
(inherited from TestCase)
  failIfEqual(self, first, second, msg)
(inherited from TestCase)
  failUnless(self, condition, message)
(inherited from TestCase)
  failUnlessEqual(self, first, second, msg)
(inherited from TestCase)
  failUnlessRaises(self, exception, f, *args, **kwargs)
(inherited from TestCase)
  setUp(self)
(inherited from TestCase)
  tearDown(self)
(inherited from TestCase)
  testLoopback(self)

Class Variable Summary
dict expectedHeaders
int gotEndHeaders
int gotResponse
int gotStatus
int numHeaders

Class Variable Details

expectedHeaders

Type:
dict
Value:
{'command': 'GET',
 'content-length': '21',
 'request': '/foo/bar',
 'version': 'HTTP/1.0'}                                                

gotEndHeaders

Type:
int
Value:
0                                                                      

gotResponse

Type:
int
Value:
0                                                                      

gotStatus

Type:
int
Value:
0                                                                      

numHeaders

Type:
int
Value:
0                                                                      

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:13 2003 http://epydoc.sf.net