class documentation

class LDAPExceptionTests(unittest.TestCase): (source)

View In Hierarchy

Getting bytes representations of LDAP exceptions

Method test_empty_exception Exception with no message
Method test_exception_with_message Exception with a text message
Method test_unknown_empty_exception Unknown exception with no message
Method test_unknown_exception_with_message Unknown exception with a text message
Method test_unnamed_exception Exception with no name
def test_empty_exception(self): (source)

Exception with no message

def test_exception_with_message(self): (source)

Exception with a text message

def test_unknown_empty_exception(self): (source)

Unknown exception with no message

def test_unknown_exception_with_message(self): (source)

Unknown exception with a text message

def test_unnamed_exception(self): (source)

Exception with no name