class documentation

Tests for LDIFTreeEntry.

Method setUp Undocumented
Method test_addChild Undocumented
Method test_addChild_Exists Undocumented
Method test_children_empty Undocumented
Method test_children_noAccess_dir_noExec Undocumented
Method test_children_noAccess_dir_noRead Undocumented
Method test_children_noAccess_file Undocumented
Method test_children_oneChild Undocumented
Method test_children_repeat Test that .children() returns a copy of the data so that modifying it does not affect behaviour.
Method test_children_twoChildren Undocumented
Method test_children_twoChildren_callback Undocumented
Method test_delete Undocumented
Method test_delete_nonLeaf Undocumented
Method test_delete_root Undocumented
Method test_deleteChild Undocumented
Method test_deleteChild_NonExisting Undocumented
Method test_diffTree_addChild Undocumented
Method test_diffTree_copy Undocumented
Method test_diffTree_delChild Undocumented
Method test_diffTree_edit Undocumented
Async Method test_diffTree_edit_failure Undocumented
Method test_diffTree_self Undocumented
Method test_lookup_deep Undocumented
Method test_lookup_fail Undocumented
Method test_lookup_fail_emptyError Undocumented
Method test_lookup_fail_multipleError Undocumented
Method test_lookup_fail_outOfTree Undocumented
Method test_lookup_fail_outOfTree_2 Undocumented
Method test_move_children_newSuperior Undocumented
Method test_move_children_sameSuperior Undocumented
Method test_move_noChildren_newSuperior Undocumented
Method test_move_noChildren_sameSuperior Undocumented
Method test_parent Undocumented
Method test_setPassword Undocumented
Method test_setPassword_noSalt Undocumented
Method test_subtree_empty Undocumented
Method test_subtree_many Undocumented
Method test_subtree_many_cb Undocumented
Method test_subtree_oneChild Undocumented
Method test_subtree_oneChild_cb Undocumented
Method testCompareGreater It is compared with other entries based on DN, where child is greater than the parent.
Method testCompareLess It is compared with other entries based on DN, where parent is less than the child.
Method testCompareOtherTypes It can't be compared with other types.
Instance Variable bar Undocumented
Instance Variable empty Undocumented
Instance Variable example Undocumented
Instance Variable foo Undocumented
Instance Variable meta Undocumented
Instance Variable oneChild Undocumented
Instance Variable root Undocumented
Instance Variable theChild Undocumented
Instance Variable tree Undocumented
Method _cb_test_addChild Undocumented
Method _cb_test_children_oneChild Undocumented
Method _cb_test_children_repeat_1 Undocumented
Method _cb_test_children_repeat_2 Undocumented
Method _cb_test_children_twoChildren Undocumented
Method _cb_test_children_twoChildren_callback Undocumented
Method _cb_test_delete_1 Undocumented
Method _cb_test_delete_2 Undocumented
Method _cb_test_deleteChild_1 Undocumented
Method _cb_test_deleteChild_2 Undocumented
Method _cb_test_lookup_deep Undocumented
Method _cb_test_subtree_empty Undocumented
Method _cb_test_subtree_oneChild Undocumented
Method _cb_test_subtree_oneChild_cb Undocumented

Inherited from RandomizeListdirTestCase:

Method chmod Undocumented
Method randomListdir This is used to replace the os.listdir.
Instance Variable __os_listdir Undocumented
def test_addChild(self): (source)

Undocumented

def test_addChild_Exists(self): (source)

Undocumented

def test_children_empty(self): (source)

Undocumented

@skipIfWindowsOrRoot
def test_children_noAccess_dir_noExec(self): (source)

Undocumented

@skipIfWindowsOrRoot
def test_children_noAccess_dir_noRead(self): (source)

Undocumented

@skipIfWindowsOrRoot
def test_children_noAccess_file(self): (source)

Undocumented

def test_children_oneChild(self): (source)

Undocumented

def test_children_repeat(self): (source)

Test that .children() returns a copy of the data so that modifying it does not affect behaviour.

def test_children_twoChildren(self): (source)

Undocumented

def test_children_twoChildren_callback(self): (source)

Undocumented

def test_delete(self): (source)

Undocumented

def test_delete_nonLeaf(self): (source)

Undocumented

def test_delete_root(self): (source)

Undocumented

def test_deleteChild(self): (source)

Undocumented

def test_deleteChild_NonExisting(self): (source)

Undocumented

def test_diffTree_addChild(self): (source)

Undocumented

def test_diffTree_copy(self): (source)

Undocumented

def test_diffTree_delChild(self): (source)

Undocumented

@skipIfWindows
def test_diffTree_edit(self): (source)

Undocumented

@util.fromCoroutineFunction
async def test_diffTree_edit_failure(self): (source)

Undocumented

def test_diffTree_self(self): (source)

Undocumented

def test_lookup_deep(self): (source)

Undocumented

def test_lookup_fail(self): (source)

Undocumented

def test_lookup_fail_emptyError(self): (source)

Undocumented

def test_lookup_fail_multipleError(self): (source)

Undocumented

def test_lookup_fail_outOfTree(self): (source)

Undocumented

def test_lookup_fail_outOfTree_2(self): (source)

Undocumented

@skipIfWindows
def test_move_children_newSuperior(self): (source)

Undocumented

@skipIfWindows
def test_move_children_sameSuperior(self): (source)

Undocumented

@skipIfWindows
def test_move_noChildren_newSuperior(self): (source)

Undocumented

@skipIfWindows
def test_move_noChildren_sameSuperior(self): (source)

Undocumented

def test_parent(self): (source)

Undocumented

def test_setPassword(self): (source)

Undocumented

def test_setPassword_noSalt(self): (source)

Undocumented

def test_subtree_empty(self): (source)

Undocumented

def test_subtree_many(self): (source)

Undocumented

def test_subtree_many_cb(self): (source)

Undocumented

def test_subtree_oneChild(self): (source)

Undocumented

def test_subtree_oneChild_cb(self): (source)

Undocumented

def testCompareGreater(self): (source)

It is compared with other entries based on DN, where child is greater than the parent.

def testCompareLess(self): (source)

It is compared with other entries based on DN, where parent is less than the child.

def testCompareOtherTypes(self): (source)

It can't be compared with other types.

Undocumented

empty = (source)

Undocumented

example = (source)

Undocumented

Undocumented

meta = (source)

Undocumented

oneChild = (source)

Undocumented

root = (source)

Undocumented

theChild = (source)

Undocumented

tree = (source)

Undocumented

def _cb_test_addChild(self, children): (source)

Undocumented

def _cb_test_children_oneChild(self, children): (source)

Undocumented

def _cb_test_children_repeat_1(self, children1): (source)

Undocumented

def _cb_test_children_repeat_2(self, children2): (source)

Undocumented

def _cb_test_children_twoChildren(self, children): (source)

Undocumented

def _cb_test_children_twoChildren_callback(self, r, children): (source)

Undocumented

def _cb_test_delete_1(self, r): (source)

Undocumented

def _cb_test_delete_2(self, r): (source)

Undocumented

def _cb_test_deleteChild_1(self, r): (source)

Undocumented

def _cb_test_deleteChild_2(self, r): (source)

Undocumented

def _cb_test_lookup_deep(self, r): (source)

Undocumented

def _cb_test_subtree_empty(self, entries): (source)

Undocumented

def _cb_test_subtree_oneChild(self, results): (source)

Undocumented

def _cb_test_subtree_oneChild_cb(self, r, got): (source)

Undocumented