Package twisted :: Package test :: Module test_pb :: Class BrokerTestCase
[show private | hide private]
[frames | no frames]

Class BrokerTestCase

TestCase --+
           |
          BrokerTestCase


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)
  gotCopy(self, val)
  refcountResult(self, result)
  setUp(self)
(inherited from TestCase)
  tearDown(self)
  testCache(self)
  testCopy(self)
  testDefer(self)
  testFactoryCopy(self)
  testObserve(self)
  testPublishable(self)
  testRefcount(self)
  testReference(self)
  testResult(self)
  testTooManyRefs(self)
  testViewPoint(self)
  thunkErrorBad(self, error)
  thunkErrorGood(self, tb)
  thunkResultBad(self, result)
  thunkResultGood(self, result)
  whatTheHell(self, obj)

Class Variable Summary
NoneType thunkResult

Class Variable Details

thunkResult

Type:
NoneType
Value:
None                                                                   

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