Package ldaptor :: Package test :: Module test_svcbindproxy :: Class ServiceBindingProxy
[show private | hide private]
[frames | no frames]

Class ServiceBindingProxy

TestCase --+
           |
          ServiceBindingProxy


Method Summary
  createServer(self, services, fallback, responses)
  test_bind_match_badAuth(self)
  test_bind_match_success(self)
  test_bind_match_success_later(self)
  test_bind_noMatchingServicesFound_fallback_badAuth(self)
  test_bind_noMatchingServicesFound_fallback_success(self)
  test_bind_noMatchingServicesFound_noFallback(self)
    Inherited from TestCase
  assert_(self, condition, message)
  assertApproximates(self, first, second, tolerance, msg)
  assertEqual(self, first, second, msg)
  assertEquals(self, first, second, msg)
  assertIdentical(self, first, second, msg)
  assertIn(self, containee, container, msg)
  assertNotEqual(self, first, second, msg)
  assertNotEquals(self, first, second, msg)
  assertNotIdentical(self, first, second, msg)
  assertNotIn(self, containee, container, msg)
  assertRaises(self, exception, f, *args, **kwargs)
  fail(self, message)
  failIf(self, condition, message)
  failIfEqual(self, first, second, msg)
  failIfEquals(self, first, second, msg)
  failIfIdentical(self, first, second, msg)
  failIfIn(self, containee, container, msg)
  failUnless(self, condition, message)
  failUnlessEqual(self, first, second, msg)
  failUnlessIdentical(self, first, second, msg)
  failUnlessIn(self, containee, container, msg)
  failUnlessRaises(self, exception, f, *args, **kwargs)
  mktemp(self)
  runReactor(self, timesOrSeconds, seconds)
I'll iterate the reactor for a while.
  setUp(self)
  setUpClass(self)
  tearDown(self)
  tearDownClass(self)

Class Variable Summary
LDAPBERDecoderContext_TopLevel berdecoder = <LDAPBERDecoderContext_TopLevel identities=...
    Inherited from TestCase
NoneType expectedAssertions = None                                                                  

Class Variable Details

berdecoder

Type:
LDAPBERDecoderContext_TopLevel
Value:
<LDAPBERDecoderContext_TopLevel identities={0x10: LDAPMessage} fallbac\
k=None inherit=<LDAPBERDecoderContext_LDAPMessage identities={0x80: LD\
APControls} fallback=<LDAPBERDecoderContext identities={0x40: LDAPBind\
Request, 0x41: LDAPBindResponse, 0x42: LDAPUnbindRequest, 0x43: LDAPSe\
archRequest, 0x44: LDAPSearchResultEntry, 0x45: LDAPSearchResultDone, \
0x46: LDAPModifyRequest, 0x47: LDAPModifyResponse, 0x48: LDAPAddReques\
t, 0x49: LDAPAddResponse, 0x4a: LDAPDelRequest, 0x4b: LDAPDelResponse,\
 0x4c: LDAPModifyDNRequest, 0x4d: LDAPModifyDNResponse, 0x83: LDAPRefe\
...                                                                    

Generated by Epydoc 2.1 on Fri Mar 11 00:37:46 2005 http://epydoc.sf.net