class documentation

class LDAPSyntaxAttributes(unittest.TestCase): (source)

View In Hierarchy

Undocumented

Method testAttributeAdd Undocumented
Method testAttributeDelete Undocumented
Method testAttributeItemDelete Undocumented
Method testAttributeSetting Undocumented
Method testUndo Undo should forget the modifications.
Method testUndoAfterCommit Undo should not undo things that have been commited.
Method testUndoJournaling Journaling should still work after undo.
def testAttributeAdd(self): (source)

Undocumented

def testAttributeDelete(self): (source)

Undocumented

def testAttributeItemDelete(self): (source)

Undocumented

def testAttributeSetting(self): (source)

Undocumented

def testUndo(self): (source)

Undo should forget the modifications.

def testUndoAfterCommit(self): (source)

Undo should not undo things that have been commited.

def testUndoJournaling(self): (source)

Journaling should still work after undo.