class documentation

class MergedLDAPServerTest(unittest.TestCase): (source)

View In Hierarchy

Undocumented

Method createMergedServer Create an MergedLDAP server for testing. Initialize with len(responses) clients. :param responses: The responses to initialize the `LDAPClientTestDrives`. :type responses: args of lists of lists :return a deferred, fires when server finished connecting...
Method test_bind_both_invalid Undocumented
Method test_bind_both_success Undocumented
Method test_bind_one_invalid Undocumented
Method test_search_merged Undocumented
Method test_search_one_invalid Undocumented
Method test_unbind_clientEOF No connection is done when client has nothing to say.
Method test_unbind_clientUnbinds Undocumented
Method test_unwilling_to_perform Undocumented
Instance Variable clients Undocumented
def createMergedServer(self, *responses): (source)

Create an MergedLDAP server for testing. Initialize with len(responses) clients. :param responses: The responses to initialize the `LDAPClientTestDrives`. :type responses: args of lists of lists :return a deferred, fires when server finished connecting

def test_bind_both_invalid(self): (source)

Undocumented

def test_bind_both_success(self): (source)

Undocumented

def test_bind_one_invalid(self): (source)

Undocumented

def test_search_merged(self): (source)

Undocumented

def test_search_one_invalid(self): (source)

Undocumented

def test_unbind_clientEOF(self): (source)

No connection is done when client has nothing to say.

def test_unbind_clientUnbinds(self): (source)

Undocumented

def test_unwilling_to_perform(self): (source)

Undocumented

clients = (source)

Undocumented