Home | Trees | Index | Help |
|
---|
Package ldaptor :: Package test :: Module test_inmemory :: Class TestInMemoryDatabase |
|
object
--+ |object
--+ | | |TestCase
--+ |_Assertions
--+ |TestCase
--+ | TestInMemoryDatabase
Method Summary | |
---|---|
Hook method for setting up the test fixture before exercising it. | |
test_addChild(self)
| |
test_addChild_Exists(self)
| |
test_children_empty(self)
| |
test_children_oneChild(self)
| |
Test that .children() returns a copy of the data so that modifying it does not affect behaviour. | |
test_children_twoChildren(self)
| |
ReadOnlyInMemoryLDAPEntry.commit() succeeds immediately. | |
test_delete(self)
| |
test_delete_nonLeaf(self)
| |
test_delete_root(self)
| |
test_deleteChild(self)
| |
test_deleteChild_NonExisting(self)
| |
test_lookup_deep(self)
| |
test_lookup_fail(self)
| |
test_lookup_fail_outOfTree(self)
| |
test_move_children_newSuperior(self)
| |
test_move_children_sameSuperior(self)
| |
test_move_noChildren_newSuperior(self)
| |
test_move_noChildren_sameSuperior(self)
| |
test_parent(self)
| |
test_setPassword(self)
| |
test_setPassword_noSalt(self)
| |
test_subtree_empty(self)
| |
test_subtree_many(self)
| |
test_subtree_many_cb(self)
| |
test_subtree_oneChild(self)
| |
test_subtree_oneChild_cb(self)
| |
testSearch_withCallback(self)
| |
testSearch_withoutCallback(self)
| |
Inherited from TestCase | |
Create an instance of the class that will use the named test method when executed. | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
will return a unique name that may be used as either a temporary directory or filename | |
| |
Returns a one-line description of the test, or None if no description has been provided. | |
Call visitor.visitCase(self). | |
Inherited from TestCase | |
| |
| |
| |
Run the test without collecting errors in a TestResult | |
| |
| |
Hook method for deconstructing the test fixture after testing it. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value |
Class Variable Summary | |
---|---|
Inherited from TestCase | |
Implements |
__implemented__ = <implementedBy twisted.trial.unittest....
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
Inherited from TestCase | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
Instance Method Details |
---|
setUp(self)Hook method for setting up the test fixture before exercising it.
|
test_children_repeat(self)Test that .children() returns a copy of the data so that modifying it does not affect behaviour. |
test_commit(self)ReadOnlyInMemoryLDAPEntry.commit() succeeds immediately. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Oct 1 10:49:46 2006 | http://epydoc.sf.net |